generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
c5dfa63e1a
commit
58e51ed821
@ -22,8 +22,8 @@ RUN npm prune --production
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Set permissions and user
|
# Set permissions and user
|
||||||
RUN chown -R node /usr/src/app
|
#RUN chown -R node /usr/src/app
|
||||||
USER node
|
#USER node
|
||||||
|
|
||||||
# Start the app
|
# Start the app
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
Loading…
Reference in New Issue
Block a user