Skip to content

Commit

Permalink
test docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Headary committed Dec 25, 2023
1 parent 8541f73 commit 212bdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN a2enmod rewrite proxy proxy_http
# install recommended config
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

# copy and execute entrypoint
COPY ./entrypoint.sh /
CMD /entrypoint.sh

Expand Down
1 change: 1 addition & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [ ! -d $LOCAL ]; then
mkdir $LOCAL
fi

# check neon configs existance and if not found, create it
WEBS="dsef fof fol fykos vyfuk"
for web in $WEBS; do
if [ ! -f $LOCAL/$web.neon ]; then
Expand Down

0 comments on commit 212bdc6

Please sign in to comment.