diff --git a/Dockerfile b/Dockerfile index 6e49fab..a4e436a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]