source:
code/trunk/Dockerfile@
31
Last change on this file since 31 was 30, checked in by , 21 months ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | FROM golang:1.20-alpine |
2 | |
3 | WORKDIR web/ |
4 | RUN go mod download |
5 | RUN go build -o simplytranslate |
6 | EXPOSE 5000 |
7 | CMD [ "./simplytranslate" ] |
Note:
See TracBrowser
for help on using the repository browser.