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

View File

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