Skip to content

Commit

Permalink
Docker Fix (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofCzapla authored Aug 5, 2024
1 parent 80fba43 commit d6a51f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ RUN pip3 install --upgrade pip

RUN pip3 install -U pipenv

COPY Pipfile Pipfile.lock /app/

COPY . /app/

COPY entrypoint.sh /app/

RUN pipenv install

EXPOSE 8000
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
web:
build:
Expand Down

0 comments on commit d6a51f9

Please sign in to comment.