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

View File

@ -1,4 +1,4 @@
FROM jitesoft/node-yarn
FROM node:hydrogen-alpine
COPY . /app
WORKDIR /app/web
RUN npm install -g npm@10.8.3 \