Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
refs #000: Changed name to kubeless
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi committed Feb 3, 2018
1 parent 827c33f commit 21ede8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/runtime/php-7.1/http-trigger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ COPY . /app

RUN composer install --prefer-dist --optimize-autoloader
ENTRYPOINT [""]
CMD ["sh", "-c", "exec php -S 0.0.0.0:${FUNC_PORT} index.php"]
CMD ["sh", "-c", "exec php -S 0.0.0.0:${FUNC_PORT} kubeless.php"]
10 changes: 10 additions & 0 deletions docker/runtime/php-7.1/http-trigger/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


build:
docker build -t paolomainardi/kubeless-php:latest .

push: build
docker push paolomainardi/kubeless-php:latest

php-cs-fixer:
docker run -it --rm -v $${PWD}:/wd -w /wd shouldbee/php-cs-fixer fix kubeless.php
3 changes: 0 additions & 3 deletions docker/runtime/php-7.1/http-trigger/build.sh

This file was deleted.

0 comments on commit 21ede8c

Please sign in to comment.