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
1e0bf498c4
commit
66d38326db
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
FROM jitesoft/node-yarn
|
||||
COPY . /app
|
||||
WORKDIR /app/web
|
||||
RUN npm install
|
||||
RUN npm install -g npm@10.8.3 \
|
||||
&& npm install
|
||||
CMD ["yarn","dev"]
|
||||
Loading…
Reference in a new issue