mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-12-24 23:09:32 -05:00
docker building
This commit is contained in:
parent
621cdae64d
commit
e212d3356b
@ -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 New Issue
Block a user