source: code/trunk/Dockerfile@ 31

Last change on this file since 31 was 30, checked in by manerakai, 21 months ago

Updated README.md

File size: 129 bytes
RevLine 
[28]1FROM golang:1.20-alpine
2
[29]3WORKDIR web/
[28]4RUN go mod download
5RUN go build -o simplytranslate
6EXPOSE 5000
7CMD [ "./simplytranslate" ]
Note: See TracBrowser for help on using the repository browser.