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

chore: move docker port

parent 01b97a7b
Branches
Tags
No related merge requests found
......@@ -9,4 +9,6 @@ RUN yarn install
COPY . .
EXPOSE 3001
CMD ["yarn", "start"]
\ No newline at end of file
services:
client-webapp: ## React SPA
ports:
- 3001:3000
- 3001:3001
build:
context: ../client-webapp
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