Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
chore: fix UI not showing in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz committed Oct 5, 2023
1 parent 086bff6 commit 2cfb582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mvn clean install -DskipTests
FROM openjdk:18-ea-bullseye
RUN apt-get update & apt-get upgrade

COPY --from=app-stage backend/target/classes/static ./src/main/resources/static
COPY --from=app-stage backend/target/classes/static/ ./src/main/resources/static/
COPY --from=app-stage backend/target/vsds-demonstrator.jar ./

RUN useradd -u 2000 vsds-demonstrator
Expand Down

0 comments on commit 2cfb582

Please sign in to comment.