Spaces:
Paused
Paused
blenders
commited on
Commit
·
9e282ee
1
Parent(s):
707d6fc
ghhh
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,7 +41,7 @@ WORKDIR /home/appuser/app
|
|
| 41 |
|
| 42 |
# Copy optional local coturn config; prefer mounting at runtime for secrets
|
| 43 |
COPY turnserver.conf /etc/coturn/turnserver.conf
|
| 44 |
-
COPY private.pem /home/appuser/app/private.pem
|
| 45 |
RUN chmod +x /home/appuser/app/private.pem
|
| 46 |
#RUN ssh -i /home/appuser/app/private.pem blendersb.turn@blendersb-45318.portmap.host -N -R 45318:localhost:7860
|
| 47 |
|
|
|
|
| 41 |
|
| 42 |
# Copy optional local coturn config; prefer mounting at runtime for secrets
|
| 43 |
COPY turnserver.conf /etc/coturn/turnserver.conf
|
| 44 |
+
#COPY private.pem /home/appuser/app/private.pem
|
| 45 |
RUN chmod +x /home/appuser/app/private.pem
|
| 46 |
#RUN ssh -i /home/appuser/app/private.pem blendersb.turn@blendersb-45318.portmap.host -N -R 45318:localhost:7860
|
| 47 |
|