Merge pull request #32 from danieldupriest/docker-compose-fix

Removed duplicate 'image:' line in docker-compose, trying to fix bug.
This commit is contained in:
joe-arriaga 2019-01-22 17:23:07 -08:00 committed by GitHub
commit d7bc7cda09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,6 @@ services:
web: web:
build: ./front build: ./front
image: reimbursinator_front image: reimbursinator_front
image: nginx:1.10.3
ports: ports:
- "8443:443" - "8443:443"
environment: environment: