From d1d20558ffd532e352e37f12a935db280f627462 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Tue, 1 Oct 2024 12:30:43 -0500 Subject: [PATCH] fix docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb3208e..1076cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ COPY --from=prod-deps /app/node_modules /app/node_modules COPY --from=build ./app/build ./build COPY ./public ./public -COPY ./proxy.pac . +COPY tor-and-i2p.pac proxy.pac VOLUME [ "/var/cache/nginx" ]