From 484310fe5c929040c49921d4188c20fe4a46d827 Mon Sep 17 00:00:00 2001 From: "aurian.jault" Date: Mon, 1 Jul 2024 01:07:02 +0200 Subject: [PATCH] tree --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90550f2..9336c1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,5 @@ RUN npm run build # Stage 2: Serve app with nginx server FROM nginx:latest COPY --from=build /usr/local/app/dist/portofolio/browser /usr/share/nginx/html -RUN ls +RUN tree EXPOSE 80