Fix paths

This commit is contained in:
Patrick 2025-01-06 16:46:44 +00:00
parent 730c8fed82
commit 83d1330c00
3 changed files with 2 additions and 3 deletions

1
.devcontainer.json Normal file
View File

@ -0,0 +1 @@
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}

View File

@ -6,7 +6,6 @@
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.yml"
],

View File

@ -2,7 +2,7 @@ services:
web:
build:
context: .
dockerfile: containers/php/Dockerfile
dockerfile: Dockerfile
volumes:
- ./sfiab:/var/www/html/sfiab:rw
ports:
@ -21,6 +21,5 @@ services:
- 3306:3306
volumes:
- db_data:/var/lib/mysql
- ../sfiab_sudbury.sql:/sfiab_sudbury.sql
volumes:
db_data: