[BE-docker] add expose

This commit is contained in:
Dosun Yun
2022-11-10 16:18:42 +09:00
parent db4fb4f1a4
commit 0a6395460f

View File

@@ -13,4 +13,7 @@ COPY . .
RUN npm install
RUN npm run build
# expose our default runtime port
EXPOSE 4000
CMD ["npm","run","start:prod"]