Set AKKOMA_CONFIG_PATH in Dockerfile
This commit is contained in:
parent
a41facc5b2
commit
2edf5c9a16
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ COPY --from=build ${INSTALL_DIR}_build/ ${INSTALL_DIR}
|
||||||
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||||
|
|
||||||
ENV PATH="/opt/akkoma/bin:${PATH}"
|
ENV PATH="/opt/akkoma/bin:${PATH}"
|
||||||
|
ENV AKKOMA_CONFIG_PATH="${CONFIG_DIR}config.exs"
|
||||||
|
|
||||||
WORKDIR ${INSTALL_DIR}
|
WORKDIR ${INSTALL_DIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue