Fixed Dockerfile

git-svn-id: file:///srv/svn/repo/mai/trunk@33 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
manerakai 2023-09-20 12:17:32 +00:00
parent 0f7330e9da
commit 3880b6adc8

View File

@ -1,7 +1,8 @@
FROM golang:1.20-alpine
COPY . .
WORKDIR web/
RUN go mod download
RUN go build -o simplytranslate
EXPOSE 5000
CMD [ "./simplytranslate" ]
CMD [ "./simplytranslate" ]