mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: favicon
This commit is contained in:
parent
25842d4bdd
commit
af790e5765
5 changed files with 23 additions and 35 deletions
|
|
@ -14,9 +14,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o api .
|
|||
FROM alpine:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /app/api .
|
||||
COPY favicon.ico .
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
CMD [ "/app/api" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue