diff --git a/Dockerfile b/Dockerfile index 7ea9c7f..05d1f0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN mkdir /presentations ENV PRESENTATION_PRESENTATION_PATH /presentations COPY . . +USER 65534 CMD ["node", "/app/index.js"]