aboutsummaryrefslogtreecommitdiff
path: root/latest/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'latest/Dockerfile')
-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" ]