source:
code/trunk/Dockerfile@
32
Last change on this file since 32 was 30, checked in by , 21 months ago | |
---|---|
File size: 129 bytes |
Rev | Line | |
---|---|---|
[28] | 1 | FROM golang:1.20-alpine |
2 | ||
[29] | 3 | WORKDIR web/ |
[28] | 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.