diff --git a/Dockerfile b/Dockerfile index b783722..739d334 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,5 @@ FROM node:hydrogen-alpine COPY . /app WORKDIR /app/web RUN yarn add -D vite -CMD ["yarn","dev"] \ No newline at end of file +EXPOSE 5173 +CMD ["yarn","dev", "--host", "0.0.0.0"] \ No newline at end of file