Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xorwns118 committed Sep 24, 2024
1 parent 38eb35c commit 35d1150
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM openjdk:17-jdk-slim-buster

RUN mkdir -p /app

COPY ./build/libs/platform-0.0.1-SNAPSHOT.jar app.jar
COPY ./src/main/resources/.env /app/.env
COPY ./src/main/resources/.env .env

EXPOSE 8080
ENV SPRING_PROFILES_ACTIVE=prod
Expand Down

0 comments on commit 35d1150

Please sign in to comment.