diff --git a/Dockerfile b/Dockerfile index aa74efed..53afb8dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN yarn run build # Pulled March 21, 2023 FROM nginx@sha256:aa0afebbb3cfa473099a62c4b32e9b3fb73ed23f2a75a65ce1d4b4f55a5c2ef2 COPY nginx-default.conf /etc/nginx/conf.d/default.conf -COPY --from=0 /app/build /usr/share/nginx/html +COPY --from=0 /app/dist /usr/share/nginx/html