From 6bcf5aec0d9427532495640a124ec30182ec655f Mon Sep 17 00:00:00 2001 From: "aurian.jault" Date: Sun, 30 Jun 2024 18:13:44 +0200 Subject: [PATCH] trying --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 12049a3..c6dbb33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,4 @@ RUN npm run build FROM nginx:latest COPY --from=build /app/dist/portofolio /usr/share/nginx/html EXPOSE 80 +