Skip to content

Commit fa85fda

Browse files
committed
fix(codespaces): removed old Dockerfile
1 parent fa6623e commit fa85fda

File tree

3 files changed

+4
-36
lines changed

3 files changed

+4
-36
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"label": "Playwright Reports"
2323
}
2424
},
25-
"postCreateCommand": "npm ci",
25+
"postCreateCommand": {
26+
"Install": "npm ci",
27+
"Welcome": "sudo cp .devcontainer/first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt"
28+
},
2629
"waitFor": "postCreateCommand",
2730
"postAttachCommand": {
2831
"Serenity/JS Test Run": "npm test",

0 commit comments

Comments
 (0)