forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
ed5ee6a367
commit
a42486619c
@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y build-essential gcc curl vim net-tools
|
||||
# Arbeitsverzeichnis setzen
|
||||
WORKDIR /app
|
||||
|
||||
# alles kopieren
|
||||
COPY . .
|
||||
# alles kopieren --> nur noch deployment.c kopieren!
|
||||
COPY deployment.c .
|
||||
|
||||
# Code kompilieren
|
||||
RUN gcc -o deployment deployment.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user