mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-26 11:34:32 +00:00
Try cleaning up frontend folder.
This commit is contained in:
parent
daf0685355
commit
84acf743b9
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ WORKDIR /app
|
|||
COPY . /app
|
||||
# Copy nginx configuration
|
||||
COPY ./docker/nginx.conf /etc/nginx/sites-enabled/default
|
||||
# Clean out existing frontend folder
|
||||
RUN rm -rf /app/frontend
|
||||
# Copy built frontend assets
|
||||
COPY --from=frontend-builder /app/frontend/dist /app/frontend/dist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue