add root CAs to db container (#751)
This commit is contained in:
@@ -42,6 +42,7 @@ FROM scratch
|
||||
WORKDIR /
|
||||
|
||||
COPY --from=build /app/pocketbase /pocketbase
|
||||
COPY --from=build /etc/ssl/certs /etc/ssl/certs
|
||||
COPY --from=download-env /tmp/curl /curl
|
||||
COPY migrations ./migrations
|
||||
COPY templates ./templates
|
||||
|
||||
Reference in New Issue
Block a user