Twan07 commited on
Commit
463d22e
·
verified ·
1 Parent(s): 1d9c4fe

Update Dockerfile

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