Skip to content

Commit

Permalink
modified docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegramegna committed Jan 4, 2024
1 parent a7e1481 commit 7f20272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ services:
- local

svelteapp:
image: simonegramegna/malurls_web:latest
image: simonegramegna/malurls_svelteapp:latest
build:
context: .
dockerfile: ./SvelteApp/Dockerfile
context: ./SvelteApp
dockerfile: Dockerfile
ports:
- "4173:4173"
depends_on:
Expand Down

0 comments on commit 7f20272

Please sign in to comment.