Skip to content

Commit

Permalink
Revert "Added static files to docker container"
Browse files Browse the repository at this point in the history
This reverts commit 5309b79.
  • Loading branch information
blyedev committed Jun 15, 2024
1 parent 5309b79 commit cb1b55d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ RUN pip install -r requirements.txt

COPY . .

# Run database migrations
RUN python manage.py migrate

# Collect static files
RUN python manage.py collectstatic --noinput

EXPOSE 8000

# Run the application
Expand Down

0 comments on commit cb1b55d

Please sign in to comment.