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