Skip to content

Commit

Permalink
build: fix autossl start
Browse files Browse the repository at this point in the history
  • Loading branch information
pupilcc committed Jun 6, 2024
1 parent 83f1b51 commit 96e389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN curl https://get.acme.sh | sh
WORKDIR /root/
COPY --from=builder /go/bin/autossl .
EXPOSE 1323
ENTRYPOINT cron && /autossl
ENTRYPOINT cron && ./autossl

0 comments on commit 96e389e

Please sign in to comment.