Twan07 commited on
Commit
fd39e08
·
verified ·
1 Parent(s): eb45e85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ COPY bun.lockb .
24
  COPY . .
25
  RUN bun add socks-proxy-agent
26
  RUN bun install
27
- RUN curl --socks5-admin1:thanhtai123@128.199.104.11:443 https://discord.com
 
28
  #RUN sudo ufw allow 443
29
  # Expose port
30
  EXPOSE 3000
 
24
  COPY . .
25
  RUN bun add socks-proxy-agent
26
  RUN bun install
27
+ RUN curl --socks5 128.199.104.11:443 --proxy-user admin1:thanhtai123 https://discord.com
28
+
29
  #RUN sudo ufw allow 443
30
  # Expose port
31
  EXPOSE 3000