Spaces:
Runtime error
Runtime error
boris
commited on
Commit
•
9a4bb12
1
Parent(s):
658505c
Steps to add two files in the Docker image
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -22,5 +22,7 @@ RUN cargo install --path .
|
|
22 |
FROM gcr.io/distroless/cc-debian12
|
23 |
COPY --from=builder /app/public/ /opt/websurfx/public/
|
24 |
COPY --from=builder /app/websurfx/config.lua /etc/xdg/websurfx/config.lua
|
|
|
|
|
25 |
COPY --from=builder /usr/local/cargo/bin/* /usr/local/bin/
|
26 |
CMD ["websurfx"]
|
|
|
22 |
FROM gcr.io/distroless/cc-debian12
|
23 |
COPY --from=builder /app/public/ /opt/websurfx/public/
|
24 |
COPY --from=builder /app/websurfx/config.lua /etc/xdg/websurfx/config.lua
|
25 |
+
COPY --from=builder /app/websurfx/allowlist.txt /etc/xdg/websurfx/allowlist.txt
|
26 |
+
COPY --from=builder /app/websurfx/blocklist.txt /etc/xdg/websurfx/blocklist.txt
|
27 |
COPY --from=builder /usr/local/cargo/bin/* /usr/local/bin/
|
28 |
CMD ["websurfx"]
|