Skip to content

Commit

Permalink
test env change
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra committed Nov 26, 2024
1 parent 9c792ee commit cb090d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ RUN mkdir -p /app
COPY entrypoint.sh /app/
COPY --from=builder /install /usr/local
COPY --from=static-builder /app/static /app/static
COPY .env /app
COPY . /app


WORKDIR /app

RUN sh -c 'python manage.py collectstatic --no-input'
Expand Down

0 comments on commit cb090d5

Please sign in to comment.