Skip to content

Commit

Permalink
yarn builds in dist/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Aug 17, 2024
1 parent 2acfbdb commit 50ba20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY docker/cloud/run.bash /run.bash
RUN chmod +x /run.bash

COPY --from=oidc_app /oidc_app/ /oidc_app
COPY --from=build /build_ui_app/build/ /usr/share/html/ui
COPY --from=build /build_ui_app/dist/ /usr/share/html/ui
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy

EXPOSE 80
Expand Down

0 comments on commit 50ba20b

Please sign in to comment.