go-sandbox/Dockerfile
2024-12-05 14:47:05 -05:00

7 lines
65 B
Docker

FROM golang
COPY . /app
WORKDIR /app/cmd/runprog
RUN go build