0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.devcontainer/examples.Dockerfile
renovate[bot] 00eda992e1
chore(deps): update mcr.microsoft.com/devcontainers/javascript-node docker tag to v1 (#10902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 11:57:42 +08:00

6 lines
No EOL
196 B
Docker

FROM mcr.microsoft.com/devcontainers/javascript-node:1-18
# Install latest pnpm
RUN npm install -g pnpm
COPY example-welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt