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 684d6e7 commit 8965705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +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 ./
COPY --from=app-stage backend/target/vsds-demonstrator.jar ./

RUN useradd -u 2000 vsds-demonstrator
Expand Down

0 comments on commit 8965705

Please sign in to comment.