Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Statistical-Genetics
jass
Commits
fcf2c306
Commit
fcf2c306
authored
Apr 07, 2022
by
Bryan BRANCOTTE
Browse files
enable by default the static server
parent
463e561f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yaml
View file @
fcf2c306
...
...
@@ -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'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment