Set AKKOMA_CONFIG_PATH in Dockerfile

This commit is contained in:
itepechi 2023-08-05 06:09:28 +09:00
parent a41facc5b2
commit 2edf5c9a16
1 changed files with 1 additions and 0 deletions

View File

@ -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}