should go to sleep
This commit is contained in:
parent
f6b374556e
commit
87457ae5f0
1 changed files with 1 additions and 4 deletions
|
@ -18,13 +18,10 @@ COPY docker/Caddyfile /etc/caddy/Caddyfile
|
|||
|
||||
ADD . /app
|
||||
|
||||
|
||||
|
||||
RUN
|
||||
RUN uv sync --frozen \
|
||||
&& uv pip install gunicorn --no-cache-dir \
|
||||
&& chmod a+x /usr/local/bin/runhub.sh \
|
||||
&& mkdir -p /app/run && chown -R app:root /app/run && chmod -R g=u /app/run \
|
||||
&& mkdir -p /app/run && chgrp -R 0 /app/run && chmod -R g=u /app/run \
|
||||
&& SECRET_KEY= python -m hub collectstatic --noinput
|
||||
|
||||
CMD ["/usr/local/bin/runhub.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue