diff --git a/Dockerfile b/Dockerfile index 304e15f..970158e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM fedora LABEL maintainer="Jens Kleineheismann " ARG APPLICATION_NAME=django-test -ARG APPLICATION_SRC=src/django-test +ARG APPLICATION_SRC=src/${APPLICATION_NAME} RUN dnf -y update && \ dnf -y install procps-ng iproute net-tools && \