mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2025-01-13 16:19:26 -05:00
4 lines
74 B
Docker
4 lines
74 B
Docker
FROM jitesoft/node-yarn
|
|
COPY . /app
|
|
WORKDIR /app/web
|
|
CMD ["yarn","dev"] |