Fix scripts; add icon reference
This commit is contained in:
@ -10,10 +10,10 @@ RUN git clone https://github.com/terminusdb/terminusdb \
|
||||
&& cd terminusdb \
|
||||
&& make
|
||||
|
||||
RUN mkdir -p /app/data
|
||||
|
||||
COPY start.sh /app/code/start.sh
|
||||
RUN chmod +x /app/code/start.sh
|
||||
|
||||
RUN mkdir -p /app/data
|
||||
|
||||
CMD start.sh
|
||||
CMD /app/code/start.sh
|
||||
|
||||
|
Reference in New Issue
Block a user