Dockerfile aktualisiert

This commit is contained in:
Edward Koenig 2026-04-11 11:30:06 +00:00
parent cf2f548c79
commit 04968777bd

View File

@ -15,8 +15,7 @@ COPY . .
# Code kompilieren # Code kompilieren
RUN gcc -o deployment deployment.c RUN gcc -o deployment deployment.c
# Verzeichnis für Ausgabe anlegen RUN mkdir /output && chown appuser:appgroup /output
RUN mkdir /output
VOLUME ["/output"] VOLUME ["/output"]