mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-12-26 07:49:25 -05:00
4 lines
77 B
Docker
4 lines
77 B
Docker
FROM paketobuildpacks/yarn
|
|
COPY . /app
|
|
WORKDIR /app/web
|
|
CMD ["yarn","dev"] |