Skip to content

Commit

Permalink
Update to v11.302
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalBirdie committed Jun 18, 2023
1 parent 8fa0c06 commit bf71ee5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CloudronManifest.json
Expand Up @@ -3,8 +3,8 @@
"title": "FoundryVTT",
"author": "Elias Hackradt ",
"tagline": "FounderyVTT",
"upstreamVersion": "11.300",
"version": "0.0.2",
"upstreamVersion": "11.302",
"version": "0.0.3",
"healthCheckPath": "/",
"icon": "file://logo.png",
"tags": [ "game", "multiplayer" ],
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df

ENV VERSION=11.300
ENV VERSION=11.302

WORKDIR /app/code

Expand Down
2 changes: 2 additions & 0 deletions docker/app/code/start.sh
Expand Up @@ -2,4 +2,6 @@

mkdir -p /app/data

echo '=> Lets roll some dice!'

node resources/app/main.js --dataPath=/app/data

0 comments on commit bf71ee5

Please sign in to comment.