mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
Update ports for repo docker
This commit is contained in:
parent
4845bd28a1
commit
5eebc9a5de
@ -24,7 +24,7 @@ USER node
|
||||
RUN npm cache clean --force \
|
||||
&& npm install
|
||||
|
||||
EXPOSE 4000
|
||||
EXPOSE 4100
|
||||
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
@ -4,4 +4,4 @@ services:
|
||||
app:
|
||||
build: ./
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 4100:4100
|
||||
|
Loading…
Reference in New Issue
Block a user