Spaces:
Paused
Paused
blenders commited on
Commit ·
e688918
1
Parent(s): 9e282ee
ghhh
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -42,7 +42,7 @@ WORKDIR /home/appuser/app
|
|
| 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 |
|
| 48 |
# Copy entrypoint (make sure you have entrypoint.sh in build context)
|
|
|
|
| 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 |
|
| 48 |
# Copy entrypoint (make sure you have entrypoint.sh in build context)
|