Skip to content

Commit

Permalink
refactor: smaller image
Browse files Browse the repository at this point in the history
  • Loading branch information
very-doge-wow committed Jul 29, 2023
1 parent 0bfb0df commit adaa667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ USER root

WORKDIR app

COPY . .
COPY reader ./reader/
COPY writer ./writer/
COPY stella.py Pipfile Pipfile.lock ./

RUN pip install pipenv && \
pipenv install --system --deploy && \
Expand Down

0 comments on commit adaa667

Please sign in to comment.