Skip to content

Commit

Permalink
Merge pull request #344 from STaRDoGG/patch-1
Browse files Browse the repository at this point in the history
Change default workdir
  • Loading branch information
j0k3r authored Jul 24, 2023
2 parents d21d9c6 + 673dea7 commit d6ce0ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit d6ce0ce

Please sign in to comment.