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