Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Jul 29, 2024
1 parent 6d5f61c commit 3199ef9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/development/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
services:

next-dev-frontend-1:
build:
context: ../../
dockerfile: docker/development/Dockerfile
image: hngdevops/nextjs-boilerplate:dev
ports:
- 3100:3000
restart: always
volumes:
- ../../.env:/app/.env

# next-dev-frontend-2:
# build:
Expand Down

0 comments on commit 3199ef9

Please sign in to comment.