Example: fixed mismatch between install dirs and DIRs in example.xml.in
Docker: Removed example from test container, fixed example container
This commit is contained in:
parent
a8c4e8699c
commit
2db5961169
8 changed files with 14 additions and 58 deletions
|
|
@ -111,6 +111,8 @@ RUN adduser -D -H clicon
|
|||
|
||||
COPY --from=0 /clixon/build/ /usr/local/
|
||||
|
||||
# Overwrite config file since install dirs are wrong
|
||||
COPY example.xml /usr/local/etc/example.xml
|
||||
# Create symlink so you can run clixon without -f arg
|
||||
RUN ln -s /usr/local/etc/example.xml /usr/local/etc/clixon.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue