diff --git a/.dockerignore b/.dockerignore index be1045e01..ee85e0a0c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -55,4 +55,4 @@ scalingo.json #Other *.md -LICENSE +LICENSE \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 5a0e89da3..f9f10a471 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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' diff --git a/start.sh b/start.sh index 59c205189..7c5766df4 100644 --- a/start.sh +++ b/start.sh @@ -1,2 +1,2 @@ yarn build-available-flags -yarn dev +yarn dev \ No newline at end of file