fix: favicon
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
92b45ee585
commit
54e885c524
2 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN set -ex \
|
||||||
&& npm i -g npm@7.5.3 @vue/cli \
|
&& npm i -g npm@7.5.3 @vue/cli \
|
||||||
&& npm i
|
&& npm i
|
||||||
|
|
||||||
COPY src /code/src
|
COPY . /code
|
||||||
# hack: for prod api
|
# hack: for prod api
|
||||||
RUN sed -i "s,http://localhost:8000,https://api.bullish.codingcoffee.me,g" /code/src/axios-api.js
|
RUN sed -i "s,http://localhost:8000,https://api.bullish.codingcoffee.me,g" /code/src/axios-api.js
|
||||||
RUN NODE_ENV=production npm run build
|
RUN NODE_ENV=production npm run build
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue