Skip to content

Commit

Permalink
Why am I here, just to suffer?
Browse files Browse the repository at this point in the history
At night, I can't feel my leg
  • Loading branch information
The1Penguin committed Jan 27, 2023
1 parent f01bf40 commit a492a1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM eclipse-temurin:17.0.6_10-jdk

# Create app directory
RUN mkdir -p /usr/app
Expand All @@ -9,4 +9,3 @@ COPY . .
RUN chmod +x gradlew
RUN ./gradlew
CMD ./gradlew run

Empty file modified backend/gradlew
100644 → 100755
Empty file.

0 comments on commit a492a1f

Please sign in to comment.