@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "./CHANGELOG",
"tagline": "serverarium",
- "version": "0.0.5",
+ "version": "0.0.6",
"healthCheckPath": "/healthcheck",
"httpPort": 3004,
"addons": {
@@ -46,5 +46,6 @@ RUN npm install -g https://git.tum.dk/tum.dk/servera/archive/v0.0.18.tar.gz --un
#COPY index.js /app/code/
COPY start.sh /app/code/
+RUN chmod +x /app/code/start.sh
CMD [ "/app/code/start.sh" ]
@@ -1 +1 @@
-v0.0.5
+v0.0.6
@@ -3,3 +3,4 @@ v0.0.2
v0.0.3
v0.0.4
v0.0.5