Fixed dockerfile. It couldn't find the executable because I messed up the path. It works now.
This commit is contained in:
parent
f5cac6d77c
commit
96915a4c0f
@ -2,6 +2,6 @@ FROM gcc:latest
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY bin/hello_world /app/
|
COPY bin/Test /app/
|
||||||
|
|
||||||
CMD ["bin/hello_world"]
|
CMD ["./Test"]
|
||||||
|
Loading…
Reference in New Issue
Block a user