Skip to content

Commit

Permalink
[Hexa] Fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
suibianwanwank committed Apr 26, 2024
1 parent 5df405f commit 9b67aa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ FROM openjdk:8-jre-alpine
COPY --from=builder /hexa/fe/main/target/libs/ /hexa-fe/lib/
COPY --from=builder /hexa/fe/main/target/main-1.0-SNAPSHOT.jar /hexa-fe/lib/
COPY --from=builder /hexa/fe/main/src/main/resources/ /hexa-fe/etc/
COPY --from=builder /hexa/fe/start.sh /hexa-fe/bin/
COPY --from=builder /hexa/fe/start.sh /

EXPOSE 9065 8082

WORKDIR /hexa-fe/bin
RUN ls
RUN pwd

RUN chmod +x ./start.sh

Expand Down

0 comments on commit 9b67aa1

Please sign in to comment.