Compare commits

..

No commits in common. "9d9c11cf116ce263e21306eefa15df8c5a0015f9" and "75a59c3e5c4ad805db1f389160bbf4aaa88e0dab" have entirely different histories.

View File

@ -1,6 +1,6 @@
FROM golang:alpine
RUN mkdir /code
WORKDIR /code
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN go build
ENTRYPOINT ["./queues-go"]