mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-10 06:29:52 +00: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"] |