mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
6 lines
196 B
Text
6 lines
196 B
Text
|
FROM mcr.microsoft.com/devcontainers/javascript-node:0-18
|
||
|
|
||
|
# Install latest pnpm
|
||
|
RUN npm install -g pnpm
|
||
|
|
||
|
COPY example-welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
|