Skip to content

Commit af1b8ac

Browse files
committed
Fix paths 3
1 parent 998a2d3 commit af1b8ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
[
1616
"sh",
1717
"-c",
18-
"node build/app/src/fixtures.js /backend-fixtures/backend/fixtures TRUNCATE && node build/app/src/fixtures.js /dataportal-fixtures APPEND && npm run start",
18+
"node build/app/src/fixtures.js /backend-fixtures/backend/fixtures TRUNCATE && node build/app/src/fixtures.js /dataportal-fixtures APPEND && node build/app/src/server.js",
1919
]
2020
db:
2121
image: "postgres:16"

0 commit comments

Comments
 (0)