yarn docker

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

View File

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