@@ -0,0 +1,3 @@
+{
+ "test": "-e DAT_UDP_PORT=13321 -e SFTP_PORT=16994 -e APP_DOMAIN=http://127.0.0.1:3000 -d -p 3000:3000"
+}
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "./CHANGELOG",
"tagline": "serverarium",
- "version": "0.1.26",
+ "version": "0.1.27",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@@ -38,6 +38,8 @@ RUN npm install -g https://git.tum.dk/tum.dk/servera/archive/v0.0.24.tar.gz --un
# rm -rf /root/.npm && ln -s /tmp/.npm /root/.npm
#COPY index.js /app/code/
+RUN npm install pm2 -g
+
COPY start.sh /app/code/
COPY sync.sh /app/code/
RUN chmod +x /app/code/start.sh /app/code/sync.sh
@@ -1 +1 @@
-v0.1.26
+v0.1.27
@@ -46,3 +46,4 @@ v0.1.23
v0.1.24
v0.1.25
v0.1.26
@@ -0,0 +1,15 @@
+ "name": "serveraium",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "ssh://git@git.tum.dk/tum.dk/serveraium.git"
+ "author": "",
+ "license": "ISC"