Added step to expose port 3000 to host
This commit is contained in:
parent
08a73f7cb2
commit
b31fe9c7c1
@ -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"]
|
Reference in New Issue
Block a user