mirror of
https://github.com/wallabag/docker.git
synced 2026-02-28 04:37:34 +01:00
Compare commits
4 Commits
2.6.12
...
dd237ec16e
| Author | SHA1 | Date | |
|---|---|---|---|
| dd237ec16e | |||
| 84756ac1fd | |||
| 60ce6d2e4f | |||
| 424642d3b9 |
@ -32,6 +32,7 @@ RUN set -ex \
|
||||
php81-iconv \
|
||||
php81-json \
|
||||
php81-mbstring \
|
||||
php81-opcache \
|
||||
php81-openssl \
|
||||
php81-pecl-amqp \
|
||||
php81-pecl-imagick \
|
||||
@ -83,6 +84,8 @@ ENV PATH="${PATH}:/var/www/wallabag/bin"
|
||||
# Set console entry path
|
||||
WORKDIR /var/www/wallabag
|
||||
|
||||
HEALTHCHECK CMD curl --fail --silent --show-error --user-agent healthcheck http://localhost/api/info || exit 1
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["wallabag"]
|
||||
|
||||
Reference in New Issue
Block a user