Command in compose not needed with entrypoint

This commit is contained in:
Javier Cortejoso 2019-04-05 11:59:26 +02:00
parent 6b5cb291aa
commit 64d59bcb6e
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ services:
dockerfile: ./Dockerfile
ports:
- 4000:4000
command: npm run start