mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-12-25 23:39:23 -05:00
docker building
This commit is contained in:
parent
621cdae64d
commit
e212d3356b
@ -2,4 +2,5 @@ FROM node:hydrogen-alpine
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app/web
|
WORKDIR /app/web
|
||||||
RUN yarn add -D vite
|
RUN yarn add -D vite
|
||||||
CMD ["yarn","dev"]
|
EXPOSE 5173
|
||||||
|
CMD ["yarn","dev", "--host", "0.0.0.0"]
|
Loading…
Reference in New Issue
Block a user