Compare commits

..

No commits in common. "docker" and "master" have entirely different histories.

1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
FROM golang:1.16
WORKDIR $GOPATH/src/git.sr.ht/~yerinalexey/gtranslate
COPY . .
RUN go get -d -v ./...
RUN go install -v ./...
EXPOSE 5000
CMD ["gtranslate"]