mirror of
https://github.com/skidoodle/iphistory.git
synced 2026-04-28 07:47:35 +02:00
chore: Update Dockerfile and main.go for serving web content from the 'web' directory
This commit is contained in:
+1
-1
@@ -7,6 +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 .
|
||||
COPY --from=builder /app/web ./web
|
||||
EXPOSE 8080
|
||||
CMD ["./iphistory"]
|
||||
|
||||
Reference in New Issue
Block a user