Skip to content

Commit a4f3c58

Browse files
authored
docker build fixes (#23)
1 parent 02d5530 commit a4f3c58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ COPY docker/supervisord.conf /etc/
2828
COPY docker/nginx.conf /etc/nginx/nginx.conf
2929
COPY poetry.lock pyproject.toml README.md ${APP_DIR}/
3030
COPY --from=build ${UI_DIR}/build /usr/share/nginx/html
31-
RUN poetry install --no-dev -vv
3231

3332
COPY ./auth_server ${APP_DIR}/auth_server/
3433

34+
RUN poetry install --only main -vv
35+
3536
COPY docker/run.bash /run.bash
3637
RUN chmod +x /run.bash
3738

0 commit comments

Comments
 (0)