-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #588 from shlinkio/develop
Develop to master
- Loading branch information
Showing
210 changed files
with
3,332 additions
and
2,704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM php:7.3.11-alpine3.10 | ||
LABEL maintainer="Alejandro Celaya <[email protected]>" | ||
|
||
ARG SHLINK_VERSION=1.20.0 | ||
ARG SHLINK_VERSION=1.20.2 | ||
ENV SHLINK_VERSION ${SHLINK_VERSION} | ||
ENV SWOOLE_VERSION 4.4.12 | ||
ENV COMPOSER_VERSION 1.9.1 | ||
|
@@ -52,5 +52,6 @@ VOLUME /etc/shlink/config/params | |
# Copy config specific for the image | ||
COPY docker/docker-entrypoint.sh docker-entrypoint.sh | ||
COPY docker/config/shlink_in_docker.local.php config/autoload/shlink_in_docker.local.php | ||
COPY docker/config/php.ini ${PHP_INI_DIR}/conf.d/ | ||
|
||
ENTRYPOINT ["/bin/sh", "./docker-entrypoint.sh"] |
Oops, something went wrong.