Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -18,10 +18,10 @@ RUN set -x \
|
|
18 |
&& npm cache clear --force \
|
19 |
&& chown -R rocketchat:rocketchat /app
|
20 |
|
21 |
-
# Install iptables
|
22 |
-
RUN apt-get update && \
|
23 |
-
|
24 |
-
|
25 |
|
26 |
# Set up iptables rule to redirect port 7860 to 3000
|
27 |
RUN iptables -t nat -A PREROUTING -p tcp --dport 7860 -j REDIRECT --to-port 3000
|
|
|
18 |
&& npm cache clear --force \
|
19 |
&& chown -R rocketchat:rocketchat /app
|
20 |
|
21 |
+
# # Install iptables
|
22 |
+
# RUN apt-get update && \
|
23 |
+
# apt-get install -y iptables && \
|
24 |
+
# rm -rf /var/lib/apt/lists/*
|
25 |
|
26 |
# Set up iptables rule to redirect port 7860 to 3000
|
27 |
RUN iptables -t nat -A PREROUTING -p tcp --dport 7860 -j REDIRECT --to-port 3000
|