A (very) simple, text only chatbot using Society AI inference endpoint
Update Dockerfile
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 27s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 27s
This commit is contained in:
parent
74e74788b2
commit
f4cb8e4413
@ -18,7 +18,7 @@ RUN pip install --no-cache-dir uv==0.4.28 && \
|
|||||||
COPY --chown=appuser:appuser . .
|
COPY --chown=appuser:appuser . .
|
||||||
|
|
||||||
# Change permissions of the application directory
|
# Change permissions of the application directory
|
||||||
RUN chmod -R 700 /usr/src/app
|
RUN chmod -R u+rwX,go-rwx /usr/src/app
|
||||||
|
|
||||||
# Switch to the non-root user
|
# Switch to the non-root user
|
||||||
USER appuser
|
USER appuser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user