mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
00eda992e1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 lines
No EOL
196 B
Docker
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 |