Skip to content

Commit

Permalink
fix: add Dockerfile ARGs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Feb 7, 2024
1 parent 700e479 commit 4b116c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rm -f dist.zip
EOS

FROM python:3.12-alpine
ARG TARGETARCH
ARG TARGETVARIANT

ENV OJ_ENV production
WORKDIR /app
Expand Down

0 comments on commit 4b116c5

Please sign in to comment.