Skip to content

Commit

Permalink
docker build fixes (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur authored Dec 23, 2023
1 parent 02d5530 commit a4f3c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ COPY docker/supervisord.conf /etc/
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY poetry.lock pyproject.toml README.md ${APP_DIR}/
COPY --from=build ${UI_DIR}/build /usr/share/nginx/html
RUN poetry install --no-dev -vv

COPY ./auth_server ${APP_DIR}/auth_server/

RUN poetry install --only main -vv

COPY docker/run.bash /run.bash
RUN chmod +x /run.bash

Expand Down

0 comments on commit a4f3c58

Please sign in to comment.