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