Skip to content

Commit

Permalink
Update dakara-server.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Aug 31, 2024
1 parent 3ecd321 commit 10473c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dakara-server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /app

COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt psycopg2-binary

COPY dakara_server dakara_server

Expand Down

0 comments on commit 10473c6

Please sign in to comment.