Removed command in docker compose if entrypoint is present (#106)

This commit is contained in:
Przemyslaw Rzad 2019-06-14 16:18:57 +02:00 committed by GitHub
parent 8f47c93369
commit c5cad3c2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,6 @@ services:
build:
context: ..
dockerfile: oracle/Dockerfile
command: 'true'
env_file: ./.env
environment:
- NODE_ENV=production
@ -50,7 +49,6 @@ services:
build:
context: ..
dockerfile: oracle/Dockerfile
command: 'true'
env_file: ./.env
environment:
- NODE_ENV=production
@ -66,7 +64,6 @@ services:
build:
context: ..
dockerfile: oracle/Dockerfile
command: 'true'
env_file: ./.env
environment:
- NODE_ENV=production
@ -82,7 +79,6 @@ services:
build:
context: ..
dockerfile: oracle/Dockerfile
command: 'true'
env_file: ./.env
environment:
- NODE_ENV=production
@ -98,7 +94,6 @@ services:
build:
context: ..
dockerfile: oracle/Dockerfile
command: 'true'
env_file: ./.env
environment:
- NODE_ENV=production