From b78501208ec2470a129ff33f382d0790baab34a0 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Wed, 26 Jul 2023 15:38:33 +0200 Subject: [PATCH] fix dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28d80c3..29536af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,3 @@ RUN npm run build FROM nginx COPY --from=build /app/dist /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/default.conf