diff --git a/Dockerfile b/Dockerfile index 8ac8d9ac1..3e1f3618c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,7 @@ RUN set -x \ # Bundle app source COPY . . +USER node + EXPOSE 8080 CMD [ "node", "./src/www" ]