Skip to content

Commit

Permalink
Add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadenisaraujo committed Mar 25, 2024
1 parent 8349f99 commit 3e161c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:0-16

# Set vtex-test in path
ENV PATH="${PATH}:/home/node/.vtex/dev/bin"
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"build": { "dockerfile": "Dockerfile" },
"forwardPorts": [3000]
}

0 comments on commit 3e161c4

Please sign in to comment.