mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 11:17:41 +02:00
fix release process
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
FROM alpine:latest as certs
|
||||
RUN apk --no-cache add ca-certificates
|
||||
|
||||
FROM scratch
|
||||
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY pastebin /pastebin
|
||||
COPY view /view
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user