8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
FROM ubuntu:latest
|
|
|
|
|
|
WORKDIR /app
|
|
|
|
COPY certimate /app/certimate
|
|
|
|
ENTRYPOINT ["./certimate", "serve", "--http", "0.0.0.0:8090"] |