mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2026-03-11 08:55:32 +00:00
docker building
This commit is contained in:
parent
621cdae64d
commit
e212d3356b
1 changed files with 2 additions and 1 deletions
|
|
@ -2,4 +2,5 @@ FROM node:hydrogen-alpine
|
|||
COPY . /app
|
||||
WORKDIR /app/web
|
||||
RUN yarn add -D vite
|
||||
CMD ["yarn","dev"]
|
||||
EXPOSE 5173
|
||||
CMD ["yarn","dev", "--host", "0.0.0.0"]
|
||||
Loading…
Reference in a new issue