This commit is contained in:
Mạnh Tường Solo 2024-09-15 00:27:52 +07:00 committed by GitHub
parent 1e0bf498c4
commit 66d38326db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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