FROM golang:latest WORKDIR /app COPY main /app/main COPY public /app/public CMD ["./main"]