Skip to content
Snippets Groups Projects
Commit fb3d6067 authored by Ahmad Nadil's avatar Ahmad Nadil
Browse files

chore: move docker port

parent 01b97a7b
No related merge requests found
...@@ -9,4 +9,6 @@ RUN yarn install ...@@ -9,4 +9,6 @@ RUN yarn install
COPY . . COPY . .
EXPOSE 3001
CMD ["yarn", "start"] CMD ["yarn", "start"]
\ No newline at end of file
services: services:
client-webapp: ## React SPA client-webapp: ## React SPA
ports: ports:
- 3001:3000 - 3001:3001
build: build:
context: ../client-webapp context: ../client-webapp
dockerfile: Dockerfile dockerfile: Dockerfile
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment