mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Changes:
- Closes #14 - Removed margin for player (#9) - Bug Fixes - Blur theme
This commit is contained in:
parent
6b349380af
commit
8548a3646e
11 changed files with 85 additions and 99 deletions
|
@ -7,9 +7,9 @@ WORKDIR /app/
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN sed -i "s/hyperpipeapi.onrender.com/$api/g" src/scripts/fetch.js src/components/Prefs.vue
|
||||
RUN sed -i "s/hyperpipeapi.onrender.com/$api/g" index.html src/scripts/fetch.js src/components/Prefs.vue
|
||||
|
||||
RUN sed -i "s/pipedapi.kavin.rocks/$pipedapi/g" src/scripts/fetch.js src/components/Prefs.vue
|
||||
RUN sed -i "s/pipedapi.kavin.rocks/$pipedapi/g" index.html src/scripts/fetch.js src/components/Prefs.vue
|
||||
|
||||
RUN npm install && \
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue