From 8cde59dd1f23bcd81bbd7e087b2621870f5df3f1 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 19 Apr 2022 15:24:00 +0200 Subject: [PATCH] Fix typo --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5f0172..2c42a3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,9 +32,11 @@ COPY . . RUN trunk build --release +RUN ls -l . dist + ######################## ### PRODUCTION STAGE ### ######################## FROM nginx:alpine -COPY --from=base /app/dist/* /usr/share/nginx/html/ +COPY --from=build /app/dist/* /usr/share/nginx/html/