Skip to content

Commit

Permalink
Update dakara-server.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire authored Aug 31, 2024
1 parent 3ecd321 commit ff7a9c5
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 psycopg[binary]

COPY dakara_server dakara_server

Expand Down

0 comments on commit ff7a9c5

Please sign in to comment.