mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-05-07 09:12:34 +00:00
setup dev containers again
This commit is contained in:
parent
c23b84c4fa
commit
80db505a11
3 changed files with 95 additions and 0 deletions
8
hack/dockerfiles/dev-container.Dockerfile
Normal file
8
hack/dockerfiles/dev-container.Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM mcr.microsoft.com/vscode/devcontainers/go:1.15
|
||||
|
||||
# Install Node.js
|
||||
ARG NODE_VERSION="lts/*"
|
||||
RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"
|
||||
|
||||
# Install Wrangler
|
||||
RUN su vscode -c "npm install -g wrangler"
|
Loading…
Add table
Add a link
Reference in a new issue