Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Dec 22, 2023
1 parent 8167f5b commit 04b9650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#
# RUNTIME
#
FROM eclipse-temurin:21-jre-alpine
FROM docker.io/eclipse-temurin:21-jre-alpine
LABEL description="Realworld API"
ARG PROJECT=backend

# Project setup
ENV PROJECT backend
ENV TZ UTC

EXPOSE 2010
Expand Down

0 comments on commit 04b9650

Please sign in to comment.