mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2026-03-11 08:55:32 +00:00
docker
This commit is contained in:
parent
af074f976a
commit
62e24bc429
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
FROM paketobuildpacks/yarn
|
||||
COPY . /app
|
||||
WORKDIR /app/web
|
||||
CMD ["yarn","dev"]
|
||||
Loading…
Reference in a new issue