mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 12:35:26 +02:00
fix: Front-end base url with path (#303)
Closes #43, closes #111, closes #272
This commit is contained in:
parent
1ce0fac281
commit
b08e731419
9 changed files with 124 additions and 13 deletions
|
@ -26,7 +26,7 @@ COPY server .
|
|||
RUN cp .env.sample .env
|
||||
|
||||
COPY --from=client-builder /app/build public
|
||||
COPY --from=client-builder /app/build/index.html views
|
||||
COPY --from=client-builder /app/build/index.html views/index.ejs
|
||||
|
||||
VOLUME /app/public/user-avatars
|
||||
VOLUME /app/public/project-background-images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue