Update Dockerfile
Browse files- 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
|