mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
updated build dir
This commit is contained in:
parent
0433352ee2
commit
34f956ff68
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN apt-get update && \
|
|||
cd /app/frontend && \
|
||||
npm install && \
|
||||
npm run build && \
|
||||
find . -maxdepth 1 ! -name '.' ! -name 'build' -exec rm -rf '{}' \;
|
||||
find . -maxdepth 1 ! -name '.' ! -name 'dist' -exec rm -rf '{}' \;
|
||||
|
||||
FROM python:3.13-slim
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue