1
1

forgot to build the next app

This commit is contained in:
Lee 2023-07-01 21:19:26 +00:00
parent 99d81825d8
commit 3ce2ff8960

View File

@ -7,4 +7,8 @@ COPY . .
EXPOSE 3000
RUN chown -R node /usr/src/app
USER node
# Build the app
RUN npm run build
CMD ["npm", "start"]