mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-12-27 00:09:34 -05:00
docker
This commit is contained in:
parent
ef49b00b98
commit
1e0bf498c4
@ -1,4 +1,5 @@
|
|||||||
FROM jitesoft/node-yarn
|
FROM jitesoft/node-yarn
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app/web
|
WORKDIR /app/web
|
||||||
|
RUN npm install
|
||||||
CMD ["yarn","dev"]
|
CMD ["yarn","dev"]
|
Loading…
Reference in New Issue
Block a user