Expose port

This commit is contained in:
Oshgnacknak 2020-08-26 20:21:28 +02:00
parent 26004df8dc
commit 47fb886d23

View file

@ -33,4 +33,6 @@ RUN npm install
# run app
COPY server ./
COPY --from=client /app/build ./public
EXPOSE 5000
CMD ["node", "index.js"]