FROM golang WORKDIR /app COPY ./app . EXPOSE 8080 CMD ["go", "run", "2_laba.go"]