Skip to content

Commit

Permalink
Actualización docker-compose.yml path
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcheel authored Jul 2, 2024
1 parent aa5b334 commit 9a7d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: webserv_img
build:
context: /absolute/path/to/project
dockerfile: ./Resources/docker/Dockerfile
dockerfile: ./resources/docker/Dockerfile
container_name: webserv
restart: always
ports:
Expand Down

0 comments on commit 9a7d1bf

Please sign in to comment.