[BE-docker] add expose
This commit is contained in:
@@ -13,4 +13,7 @@ COPY . .
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
# expose our default runtime port
|
||||
EXPOSE 4000
|
||||
|
||||
CMD ["npm","run","start:prod"]
|
||||
Reference in New Issue
Block a user