fix: change default internal port to 5055 (#389)

This commit is contained in:
sct
2020-12-19 00:12:41 +09:00
committed by GitHub
parent 36b2b4fba4
commit 5e5ba40505
7 changed files with 10 additions and 9 deletions

View File

@@ -25,4 +25,4 @@ COPY --from=BUILD_IMAGE /app/node_modules ./node_modules
CMD yarn start
EXPOSE 3000
EXPOSE 5055