Skip to content

Commit

Permalink
Add ENV values from Dockerfile inadvertently deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Feb 12, 2024
1 parent 1c39ad5 commit 7cf4a08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ARG BASE_TAG=latest
FROM ghcr.io/lsst-dm/prompt-base:${BASE_TAG}
ENV PYTHONUNBUFFERED True
ENV APP_HOME /app
ENV PROMPT_PROCESSING_DIR $APP_HOME
ARG PORT
WORKDIR $APP_HOME
COPY python/activator activator/
Expand Down

0 comments on commit 7cf4a08

Please sign in to comment.