chore: Add index.html to Dockerfile

This commit is contained in:
skidoodle 2024-05-31 13:21:36 +02:00
parent 803c39d62e
commit 56747c2e97

View file

@ -7,5 +7,6 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root/
COPY --from=builder /app/iphistory .
COPY --from=builder /app/index.html .
EXPOSE 8080
CMD ["./iphistory"]