Expose port
This commit is contained in:
parent
26004df8dc
commit
47fb886d23
1 changed files with 2 additions and 0 deletions
|
@ -33,4 +33,6 @@ RUN npm install
|
||||||
# run app
|
# run app
|
||||||
COPY server ./
|
COPY server ./
|
||||||
COPY --from=client /app/build ./public
|
COPY --from=client /app/build ./public
|
||||||
|
|
||||||
|
EXPOSE 5000
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
|
Reference in a new issue