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