fix: favicon

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2021-02-13 12:02:31 +05:30
parent 92b45ee585
commit 54e885c524
Signed by: codingcoffee
GPG key ID: F7D58AAC5DACF8D3
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ RUN set -ex \
&& npm i -g npm@7.5.3 @vue/cli \
&& npm i
COPY src /code/src
COPY . /code
# hack: for prod api
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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB