Skip to content

Commit

Permalink
New lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Nov 21, 2024
1 parent e106bc8 commit 073b7e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARG IMAGE=bullseye
FROM mcr.microsoft.com/devcontainers/${IMAGE}
FROM mcr.microsoft.com/devcontainers/${IMAGE}
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ services:
# (Adding the "ports" property to this file will not forward from a Codespace.)

volumes:
storage-data:
storage-data:

0 comments on commit 073b7e7

Please sign in to comment.