diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-26 13:02:38 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-26 13:02:38 +0300 |
commit | 3d3acaf90fa918e62901e285e976be249134c143 (patch) | |
tree | dad16385b0caa0999920d9a6cf72831f061a1c70 /latest/Dockerfile | |
parent | 2e4789d27af340a2c00d14b15e1b5b1bfb857db9 (diff) | |
download | docker-meteor-3d3acaf90fa918e62901e285e976be249134c143.tar.xz docker-meteor-3d3acaf90fa918e62901e285e976be249134c143.zip |
Added empty lines
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'latest/Dockerfile')
-rw-r--r-- | latest/Dockerfile | 2 |
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" ] |