fix(api): font awesome new wget url
parent
71489239d6
commit
77d6c9af9c
|
@ -16,8 +16,9 @@ RUN apk add curl py3-yaml
|
||||||
|
|
||||||
COPY ./src /api
|
COPY ./src /api
|
||||||
|
|
||||||
RUN wget -qO - https://fontawesome.com/v4.7/assets/font-awesome-4.7.0.zip | busybox unzip -d /api/api/static/css/ -
|
RUN wget -qO - https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip | busybox unzip -d /api/api/static/css/ -
|
||||||
|
#https://fontawesome.com/v4.7/assets/font-awesome-4.7.0.zip
|
||||||
|
|
||||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||||
ADD entrypoint.sh /docker-entrypoint.d/
|
ADD entrypoint.sh /docker-entrypoint.d/
|
||||||
RUN chmod 775 /docker-entrypoint.d/entrypoint.sh
|
RUN chmod 775 /docker-entrypoint.d/entrypoint.sh
|
||||||
|
|
Loading…
Reference in New Issue