Logo
Utforska Hjälp
Logga in
Karl/homepage
1
0
Förgrening 0
You've already forked homepage
spegling av https://github.com/karl0ss/homepage.git synced 2025-10-25 20:44:00 +01:00
Kod Ärenden Packages Projekt Släpp Wiki Aktiviteter
homepage/.devcontainer/Dockerfile

7 rader
160 B
Docker
Rå Normal vy Historik

Add devcontainer configuration devcontainers can be used by IDEs like VSCode to build the whole development environment in a container. This allows you to keep dependencies, build, and all development aspects separated from any development. It also allows contributors to instantly have a working, standardized development environment. It also allows cloud development tools like GitHub Codespaces be automatically setup with the desired environment. See https://containers.dev/ for more details
2022-11-22 03:36:23 +00:00
ARG VARIANT="16-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
RUN npm install -g pnpm
ENV PATH="${PATH}:./node_modules/.bin"
Referens i nytt ärende Copy Permalink
Drivs av Gitea Version: 1.23.7 Sida: 244ms Mall: 1ms
Svenska
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenser API