FROM golang WORKDIR /app COPY ./app . EXPOSE 8082 CMD ["go", "run", "main.go"]