We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59f219 commit 75e2610Copy full SHA for 75e2610
Backend/CollabService/Dockerfile
@@ -8,4 +8,6 @@ RUN npm install
8
COPY . .
9
10
EXPOSE 3004
11
+EXPOSE 1234
12
+
13
CMD ["npm", "start"]
docker-compose.yml
@@ -26,6 +26,7 @@ services:
26
dockerfile: Dockerfile
27
ports:
28
- "3004:3004" # change the first port number xxxx:3004 to suit your needs
29
+ - "1234:1234"
30
31
frontend:
32
build:
0 commit comments