Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -24,3 +24,4 @@ USER 1000
|
|
| 24 |
CMD sh -c 'socat TCP-LISTEN:7860,fork,reuseaddr TCP:127.0.0.1:5001 & \
|
| 25 |
if [ -n "$DS2API_CONFIG_JSON" ]; then echo "$DS2API_CONFIG_JSON" > /app/config.json; fi && \
|
| 26 |
/usr/local/bin/ds2api'
|
|
|
|
|
|
| 24 |
CMD sh -c 'socat TCP-LISTEN:7860,fork,reuseaddr TCP:127.0.0.1:5001 & \
|
| 25 |
if [ -n "$DS2API_CONFIG_JSON" ]; then echo "$DS2API_CONFIG_JSON" > /app/config.json; fi && \
|
| 26 |
/usr/local/bin/ds2api'
|
| 27 |
+
|