Skip to content

Commit

Permalink
test: debug the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PGerardi committed Aug 25, 2023
1 parent 96d6a70 commit 81f7df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/",
"remoteUser": "user",
"overrideCommand": true,
"postStartCommand": "cp --update /opt/build/poetry/poetry.lock /workspaces/${localWorkspaceFolderBasename}/ && mkdir -p /workspaces/${localWorkspaceFolderBasename}/.git/hooks/ && cp --update /opt/build/git/* /workspaces/${localWorkspaceFolderBasename}/.git/hooks/",
"postStartCommand": "whoami && ls -la /opt/ && ls -la /opt/build/ && ls -la /workspaces/ && ls -la /workspaces/my-package/ && cp --update /opt/build/poetry/poetry.lock /workspaces/${localWorkspaceFolderBasename}/ && mkdir -p /workspaces/${localWorkspaceFolderBasename}/.git/hooks/ && cp --update /opt/build/git/* /workspaces/${localWorkspaceFolderBasename}/.git/hooks/",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 81f7df6

Please sign in to comment.