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