mirror of
https://github.com/justinian/menagerie.git
synced 2025-12-11 00:54:33 -08:00
Add dockerfile
This commit is contained in:
@@ -5,8 +5,7 @@ ADD . /build
|
||||
RUN go build -o menagerie
|
||||
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates
|
||||
FROM debian:bullseye-slim
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8090
|
||||
|
||||
Reference in New Issue
Block a user