Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jekabolt committed Jun 24, 2022
1 parent 61ef75c commit 06f1b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ FROM alpine:latest AS production
WORKDIR /root/
RUN apk --no-cache add ca-certificates

COPY --from=development /art-admin/bin/ art-admin
COPY --from=development /art-admin/bin/ .
RUN ["chmod", "+x", "./art-admin"]
ENTRYPOINT ["./art-admin"]

0 comments on commit 06f1b2a

Please sign in to comment.