fix: add Dockerfile ARGs

This commit is contained in:
Mikucat 2024-02-07 23:34:17 +08:00
parent 57385e52be
commit 5c9980837b
No known key found for this signature in database
GPG Key ID: CE6B09A6F462E04D

View File

@ -11,6 +11,8 @@ rm -f dist.zip
EOS
FROM python:3.12-alpine
ARG TARGETARCH
ARG TARGETVARIANT
ENV OJ_ENV production
WORKDIR /app