dynamic credentials from env
This commit is contained in:
@@ -53,6 +53,8 @@ WORKDIR /app
|
||||
COPY --chown=appuser:appuser app.py .
|
||||
COPY --chown=appuser:appuser llm_config.py .
|
||||
COPY --chown=appuser:appuser lib.py .
|
||||
|
||||
RUN echo $CREDENTIALS > credentials.json
|
||||
COPY --chown=appuser:appuser credentials.json .
|
||||
COPY --chown=appuser:appuser static ./static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user