diff --git a/Dockerfile b/Dockerfile index ec623c9..5e452b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,4 @@ COPY package*.json ./ RUN npm ci --silent COPY . . -# staging environment -FROM nginx:stable -COPY --from=build /app/build /usr/share/nginx/html -COPY nginx.conf /etc/nginx/templates/nginx.conf.template EXPOSE 5173 \ No newline at end of file