forked from freudenreichan/EinfuehrungInDocker_Pipeline2
mounted volume /output
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
0d87f977a9
commit
b7591267ed
@ -15,6 +15,7 @@ RUN gcc -o deployment deployment.c
|
||||
|
||||
# Verzeichnis für Ausgabe anlegen
|
||||
RUN mkdir /output
|
||||
VOLUME /output
|
||||
|
||||
# User erstellen
|
||||
RUN adduser -D appuser
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user