feat: dockerproxy

This commit is contained in:
2023-06-07 12:43:00 +00:00
parent 276bf390e2
commit 304b59fad5

View File

@@ -1,6 +1,6 @@
FROM dockerproxy.com/mattermost/mattermost-enterprise-edition:latest as base
FROM python:3.10-alpine3.14 as replacer
FROM dockerproxy.com/library/python:3.10-alpine3.14 as replacer
COPY --from=base /mattermost/bin/mmctl /mmctl
COPY --from=base /mattermost/bin/mattermost /mattermost