diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ RUN go mod download COPY . . +RUN go install -v RUN go build -o /app/hatecomputers EXPOSE 8080 |
![]() |
index : hatecomputers.club.git | |
| root |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 1 |
@@ -7,6 +7,7 @@ RUN go mod download COPY . . +RUN go install -v RUN go build -o /app/hatecomputers EXPOSE 8080 |