FROM frolvlad/alpine-gxx COPY . /app WORKDIR /app RUN g++ -o log log.cpp CMD ["./log"]