Skip to content

Commit

Permalink
Merge pull request #345 from STaRDoGG/patch-2
Browse files Browse the repository at this point in the history
Add wallabag/bin to PATH
  • Loading branch information
j0k3r authored Jul 24, 2023
2 parents 92fcba3 + b6db602 commit 3538a3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ RUN set -ex \
&& rm -rf /root/.composer/* /var/www/wallabag/var/cache/* /var/www/wallabag/var/logs/* /var/www/wallabag/var/sessions/* \
&& chown -R nobody:nobody /var/www/wallabag

ENV PATH="${PATH}:/var/www/wallabag/bin"

EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
CMD ["wallabag"]

0 comments on commit 3538a3c

Please sign in to comment.