diff --git a/Dockerfile b/Dockerfile index 862f203..5366147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,6 @@ COPY web web RUN yarn install --prod +USER nobody + CMD ["node", "./app.js"] \ No newline at end of file