This commit is contained in:
Mạnh Tường Solo 2024-09-15 10:08:51 +07:00 committed by GitHub
parent 0b8d0efc25
commit 9d7efed424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,4 @@
FROM node:hydrogen-alpine
COPY . /app
WORKDIR /app/web
RUN npm install -g npm@10.8.3 \
&& npm install
CMD ["yarn","dev"]