mirror of
https://github.com/skidoodle/iphistory.git
synced 2025-02-15 08:29:16 +01:00
chore: Add index.html to Dockerfile
This commit is contained in:
parent
803c39d62e
commit
56747c2e97
1 changed files with 1 additions and 0 deletions
|
@ -7,5 +7,6 @@ FROM alpine:latest
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
COPY --from=builder /app/iphistory .
|
COPY --from=builder /app/iphistory .
|
||||||
|
COPY --from=builder /app/index.html .
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["./iphistory"]
|
CMD ["./iphistory"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue