diff --git a/.github/workflows/Dockerfile-ci b/.github/workflows/Dockerfile-ci index 8b12b40..018496b 100644 --- a/.github/workflows/Dockerfile-ci +++ b/.github/workflows/Dockerfile-ci @@ -8,4 +8,4 @@ COPY dist/* /usr/share/nginx/html # copy staged files COPY .docker/stage-release/ / -ENTRYPOINT ["entrypoint.sh"] +ENTRYPOINT ["entrypoint.sh"] \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index d73e967..68b2417 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm run build:prod ###### release image ##### FROM nginx:stable-alpine -COPY --from=sdk /app/dist/* /usr/share/nginx/html +COPY --from=sdk /app/dist/@jggoebel/bashbrawl/* /usr/share/nginx/html/ # copy staged files COPY .docker/stage-release/ /