Update ports for repo docker

This commit is contained in:
KernelDeimos 2024-03-31 21:48:42 -04:00
parent 4845bd28a1
commit 5eebc9a5de
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ USER node
RUN npm cache clean --force \
&& npm install
EXPOSE 4000
EXPOSE 4100
CMD [ "npm", "start" ]

View File

@ -4,4 +4,4 @@ services:
app:
build: ./
ports:
- 4000:4000
- 4100:4100