Dockerfile, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-15 12:53:14 +02:00
parent 8f55432a94
commit bfd2978ca2

View File

@ -1,6 +1,6 @@
FROM python:3.12.10-alpine3.21 FROM python:3.12.10-alpine3.21
APP_DIR=/opt/app ARG APP_DIR=/opt/app
RUN \ RUN \
mkdir -p $APP_DIR mkdir -p $APP_DIR