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
|
# Arbeitsverzeichnis setzen
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# alles kopieren
|
# alles kopieren --> nur noch deployment.c kopieren!
|
||||||
COPY . .
|
COPY deployment.c .
|
||||||
|
|
||||||
# Code kompilieren
|
# Code kompilieren
|
||||||
RUN gcc -o deployment deployment.c
|
RUN gcc -o deployment deployment.c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user