aboutsummaryrefslogtreecommitdiff
path: root/release/Dockerfile
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-06-26 13:02:38 +0300
committerValentin Popov <info@valentineus.link>2020-06-26 13:02:38 +0300
commit3d3acaf90fa918e62901e285e976be249134c143 (patch)
treedad16385b0caa0999920d9a6cf72831f061a1c70 /release/Dockerfile
parent2e4789d27af340a2c00d14b15e1b5b1bfb857db9 (diff)
downloaddocker-meteor-3d3acaf90fa918e62901e285e976be249134c143.tar.xz
docker-meteor-3d3acaf90fa918e62901e285e976be249134c143.zip
Added empty lines
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'release/Dockerfile')
-rw-r--r--release/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/Dockerfile b/release/Dockerfile
index 065fa0c..d502c24 100644
--- a/release/Dockerfile
+++ b/release/Dockerfile
@@ -20,5 +20,7 @@ RUN set -ex \
&& find /var/tmp -type f -exec rm {} \;
EXPOSE 3000
+
WORKDIR "/workspace"
+
CMD [ "/usr/local/bin/meteor", "run" ] \ No newline at end of file