Skip to content

Commit

Permalink
ref(potal): Copy the source code into the image to enable source cont…
Browse files Browse the repository at this point in the history
…ext (#99)
  • Loading branch information
cleptric authored Aug 3, 2023
1 parent 8b5f4fb commit 74e725a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/potal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ EXPOSE 8080
RUN apk add --no-cache ca-certificates tzdata

COPY --from=builder /src/potal /bin/potal
COPY --from=builder /src/*.go /src/
COPY --from=builder /src/internal/ /src/internal/

WORKDIR /var/potal

Expand Down

0 comments on commit 74e725a

Please sign in to comment.