Fix dockerfile

This commit is contained in:
Robert Resch 2024-10-26 15:59:17 +02:00 committed by GitHub
parent b2b8be9266
commit 6bca9607cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
ARG ARCH=amd64 ARG ARCH=amd64
FROM $ARCH/python:3.10-alpine FROM python:3.10-alpine
EXPOSE 443 EXPOSE 443
EXPOSE 5223 EXPOSE 5223