Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: niliovo <[email protected]>
  • Loading branch information
niliovo committed Dec 29, 2024
1 parent ce81047 commit ab48320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV LOCAL_LISTEN_PORT={LOCAL_LISTEN_PORT:-5006}
COPY --from=prebuild /siteproxy/bundle.js .

RUN cat <<'EOF' > entrypoint.sh
#!/bin/sh
#!/bin/bash
if [ ! -f "config.json" ]; then
echo "{
\"proxy_url\": \"${PROXY_URL}\",
Expand Down

0 comments on commit ab48320

Please sign in to comment.