mirror of
https://github.com/huge-dream/django-vue3-admin.git
synced 2026-09-23 13:13:07 +00:00
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
FROM node:16.19-alpine
|
|
WORKDIR /
|
|
COPY ./web/package.json .
|
|
RUN npm install -g yarn
|