diff --git a/front/Dockerfile b/front/Dockerfile index 8af2174..de7f040 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -9,5 +9,5 @@ WORKDIR /src RUN npm install COPY . /src -RUN npm run build +RUN npm run build_dev CMD npm run preview -- --host \ No newline at end of file