1
0
mirror of https://github.com/wallabag/docker synced 2025-12-12 17:26:25 +00:00

Merge pull request #344 from STaRDoGG/patch-1

Change default workdir
This commit is contained in:
Jérémy Benoist
2023-07-24 15:31:15 +02:00
committed by GitHub

View File

@@ -76,6 +76,9 @@ RUN set -ex \
ENV PATH="${PATH}:/var/www/wallabag/bin"
# Set console entry path
WORKDIR /var/www/wallabag
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
CMD ["wallabag"]