diff options
Diffstat (limited to 'Services/ooconv/Dockerfile')
-rw-r--r-- | Services/ooconv/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/ooconv/Dockerfile b/Services/ooconv/Dockerfile index 890ba34..c0c12c3 100644 --- a/Services/ooconv/Dockerfile +++ b/Services/ooconv/Dockerfile @@ -13,5 +13,5 @@ RUN chmod 775 /bin/run.sh && \ touch $STARTUPLOG EXPOSE 2002 -VOLUME [$LOG_PATH] -CMD ["/bin/run.sh"]
\ No newline at end of file +VOLUME $LOG_PATH +CMD [ "/bin/run.sh" ]
\ No newline at end of file |