This commit is contained in:
les 2021-07-28 11:04:52 +02:00
parent ee2055afa7
commit 2bd5c7159a
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### UNRELEASED ### 1.0.5 (alpha)
- fix/improve debian install docs - fix/improve debian install docs
- fix ics export, use new ics package - fix ics export, use new ics package
- use slug url everywhere (rss feed, embedded list) - use slug url everywhere (rss feed, embedded list)

View file

@ -8,7 +8,7 @@ nav_order: 10
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### UNRELEASED ### 1.0.5 (alpha)
- fix/improve debian install docs - fix/improve debian install docs
- fix ics export, use new ics package - fix ics export, use new ics package
- use slug url everywhere (rss feed, embedded list) - use slug url everywhere (rss feed, embedded list)

View file

@ -1,7 +1,7 @@
FROM node:buster FROM node:buster
RUN yarn global remove gancio RUN yarn global remove gancio
RUN yarn cache clean gancio RUN yarn cache clean gancio
RUN yarn global add --latest --silent https://gancio.org/latest.tgz 2> /dev/null RUN yarn global add --latest --production --silent https://gancio.org/latest.tgz 2> /dev/null
ADD entrypoint.sh / ADD entrypoint.sh /
RUN chmod 755 /entrypoint.sh RUN chmod 755 /entrypoint.sh
ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ] ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]