Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -24,6 +24,7 @@ COPY bun.lockb .
|
|
24 |
COPY . .
|
25 |
RUN bun add socks-proxy-agent
|
26 |
RUN bun install
|
|
|
27 |
#RUN sudo ufw allow 443
|
28 |
# Expose port
|
29 |
EXPOSE 3000
|
|
|
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
|