Skip to content

Commit

Permalink
Change Dev Container Build (#262)
Browse files Browse the repository at this point in the history
* Update devcontainer.json
* Remove Dockerfile Build
  • Loading branch information
uvidyadharan authored Feb 23, 2024
1 parent 536e113 commit be1852e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "Dockerfile",
"image": "ghcr.io/first-tech-challenge/ftcdocs:main",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/devcontainer.yaml

This file was deleted.

0 comments on commit be1852e

Please sign in to comment.