diff --git a/Dockerfile b/Dockerfile index 7d3f5be..b152ddf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -# Use a smaller base image FROM node:lts-slim ENV NODE_ENV=production @@ -21,9 +20,5 @@ RUN npm prune --production # Expose port 3000 EXPOSE 3000 -# Set permissions and user -#RUN chown -R node /usr/src/app -#USER node - # Start the app CMD ["npm", "start"] \ No newline at end of file