Skip to content

Commit

Permalink
Hotfix for changed build target in production (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan authored Jun 4, 2024
1 parent 5e98c05 commit 0a46adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM python:3.11
RUN python3 -m pip install --upgrade pip
COPY ./backend/requirements.txt /workspace/backend/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /workspace/backend/requirements.txt
COPY --from=build /workspace/static /workspace/static
COPY --from=build /workspace/static/browser /workspace/static
COPY ./backend /workspace/backend
COPY ./alembic.ini /workspace/alembic.ini
WORKDIR /workspace
Expand Down

0 comments on commit 0a46adb

Please sign in to comment.