aboutsummaryrefslogtreecommitdiff
path: root/latest
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 /latest
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 'latest')
-rw-r--r--latest/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/latest/Dockerfile b/latest/Dockerfile
index 1fbbc05..0f0c0d2 100644
--- a/latest/Dockerfile
+++ b/latest/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" ]