Docker-Test/Dockerfile

8 lines
67 B
Docker

FROM gcc:latest
WORKDIR /app
COPY bin/Test /app/
CMD ["./Test"]