Skip to content

Commit

Permalink
Modification docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsag committed Mar 8, 2024
1 parent ea61608 commit fc335cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ scalingo.json

#Other
*.md
LICENSE
LICENSE
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
version: "1"

services:
api:
build:
context: .
args:
- http_proxy
- https_proxy
- HTTP_PROXY
- HTTPS_PROXY
ports:
- "${PORT:-3000}:3000"
frontend:
build:
dockerfile: 'Dockerfile.dev'
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarn build-available-flags
yarn dev
yarn dev

0 comments on commit fc335cd

Please sign in to comment.