mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +08:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
FROM alpine:3.20
|
|
|
|
|
|
WORKDIR /app
|
|
|
|
COPY certimate /app/certimate
|
|
|
|
ENTRYPOINT ["./certimate", "serve", "--http", "0.0.0.0:8090"] |