Added step to expose port 3000 to host

This commit is contained in:
Caretaker0699 2023-05-19 13:58:10 -07:00
parent 08a73f7cb2
commit b31fe9c7c1

View File

@ -32,4 +32,6 @@ COPY --from=build-stage /app/public ./public
COPY --from=build-stage /app/styles ./styles
COPY --from=build-stage /app/node_modules ./node_modules
EXPOSE 3000
CMD ["npm", "start"]