From 3d3acaf90fa918e62901e285e976be249134c143 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 26 Jun 2020 14:02:38 +0400 Subject: Added empty lines Signed-off-by: Valentin Popov --- latest/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'latest') 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" ] -- cgit v1.2.3