Skip to content

Commit

Permalink
Undo my change so the image is actually a drop-in replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty committed May 5, 2024
1 parent bacbd62 commit 20473bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN apk --no-cache add git ca-certificates && \

FROM scratch as bin

WORKDIR /librarian
WORKDIR /app
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /src/librarian .

EXPOSE 3000
CMD ["/librarian/librarian"]
CMD ["/app/librarian"]

0 comments on commit 20473bc

Please sign in to comment.