1
0
mirror of https://github.com/wallabag/docker synced 2026-06-21 22:10:32 +00:00

Merge pull request #42 from jsshandle/master

Make entrypoint.sh executable in repository and remove related statement from Dockerfile.
This commit is contained in:
xsteadfastx
2016-12-29 11:45:41 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -56,8 +56,6 @@ RUN cd /var/www/wallabag \
RUN chown -R nobody:nobody /var/www/wallabag
RUN chmod +x /entrypoint.sh
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
CMD ["wallabag"]
Regular → Executable
View File