This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
api/Dockerfile
2022-12-26 01:20:29 +01:00

5 lines
68 B
Docker

FROM golang:latest
WORKDIR /app
COPY ./ ./
RUN go get .
RUN go run .