fix dockerfile
This commit is contained in:
parent
97cfa4ea21
commit
4e8d46c91a
@ -44,4 +44,4 @@ RUN apt-get update \
|
|||||||
&& rm -rf /root/.cache/
|
&& rm -rf /root/.cache/
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
VOLUME ["/config"]
|
VOLUME ["/config"]
|
||||||
ENTRYPOINT [ "./start.sh" ]
|
ENTRYPOINT [ "${WORKDIR}/start.sh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user