Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sondre Malerud committed Mar 16, 2025
1 parent f093945 commit df469ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.12-slim

# Allows docker to cache installed dependencies between builds
COPY backend/requirements.txt requirements.txt
COPY ../requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

# Mounts the application code to the image
Expand Down

0 comments on commit df469ea

Please sign in to comment.