Skip to content

Commit

Permalink
fix: docker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huanghanzhilian committed Jan 16, 2024
1 parent ef24813 commit 300c3ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ version: "3.8"
services:
web:
container_name: web
build:
context: .
dockerfile: Dockerfile
image: 'choiceshop'
#build:
# context: .
# dockerfile: Dockerfile
restart: always
ports:
- "3000:3000"
Expand Down

0 comments on commit 300c3ec

Please sign in to comment.