mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Update ports for repo docker
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ USER node
|
||||
RUN npm cache clean --force \
|
||||
&& npm install
|
||||
|
||||
EXPOSE 4000
|
||||
EXPOSE 4100
|
||||
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ services:
|
||||
app:
|
||||
build: ./
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 4100:4100
|
||||
|
||||
Reference in New Issue
Block a user