This commit is contained in:
Jörn-Michael Miehe 2018-12-14 22:27:20 +01:00
parent abc5d75e48
commit b24b05009f

View file

@ -3,7 +3,7 @@ FROM node:latest
# some dir for our code
WORKDIR /app
# container port
EXPOSE 8080
EXPOSE 3000
# install dependencies
COPY package*.json .