Skip to content
Snippets Groups Projects
Commit fcf2c306 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

enable by default the static server

parent 463e561f
No related branches found
No related tags found
3 merge requests!52Bring all changes from dev into master,!51merge fast-api into dev,!45Deploy app in kubernetes
......@@ -55,22 +55,11 @@ services:
- /client/node_modules
ports:
- '3000:3000'
# front-static:
# build:
# context: client
# target: client-static-serve
front-static:
build:
context: client
target: client-static-serve
# args:
# API_URL: http://0.0.0.0:8000/api
# # image: node:15.12.0-buster
# # command: >
# # bash -c "cd client &&
# # yarn install &&
# # yarn run generate"
# # environment:
# # HOST: 0.0.0.0
# # NODE_ENV: development
# # volumes:
# # - ./client:/client
# # - /client/node_modules
# ports:
# - '3001:8080'
ports:
- '3001:8080'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment