fix: add Dockerfile ARGs
This commit is contained in:
@@ -11,6 +11,8 @@ rm -f dist.zip
|
||||
EOS
|
||||
|
||||
FROM python:3.12-alpine
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT
|
||||
|
||||
ENV OJ_ENV production
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user