Skip to content

Commit fa73796

Browse files
authored
Merge pull request #90 from NYU-RTS/minor_cleanup
install debugpy in container, we don't use it but it's good to have in case it's needed
2 parents fe54889 + 329a00c commit fa73796

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/uv
2929
# Need this to prevent os13 errors on shipwright.
3030
ENV UV_CACHE_DIR=/tmp/uv
3131

32-
RUN uv sync --locked --extra prod --no-dev
32+
RUN uv sync --locked --extra prod --extra dev
3333

3434
# Default port for gunicorn
3535
EXPOSE 8000
@@ -42,7 +42,7 @@ EXPOSE 5678
4242
RUN chown -R 1001:0 /tmp/uv && \
4343
chmod -R g=u /tmp/uv
4444

45-
# Terrible hack for now :( )
45+
# Terrible hack for now :(
4646
USER 0
4747
RUN chown -R 1001:0 /app && \
4848
chmod -R g+rwx /app

0 commit comments

Comments
 (0)