aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-remsim-latest
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-remsim-latest')
-rw-r--r--osmo-remsim-latest/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile
index a39aadb..45c5601 100644
--- a/osmo-remsim-latest/Dockerfile
+++ b/osmo-remsim-latest/Dockerfile
@@ -33,6 +33,6 @@ VOLUME /data
#COPY osmo-bts.cfg /data/osmo-bts.cfg
WORKDIR /data
-CMD ["/usr/bin/osmo-resmim-server"]
+CMD ["/bin/sh", "-c", "/usr/bin/osmo-resmim-server >/data/osmo-resmim-server.log 2>&1"]
#EXPOSE