Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboola Genesis committed Feb 5, 2018
1 parent 12d19a4 commit bc3e251
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/keboola/docker-custom-python:latest
FROM php:7-cli

COPY . /code/
WORKDIR /code/
CMD ["python", "-u", "/code/main.py"]
CMD ["php", "/code/main.php"]
3 changes: 3 additions & 0 deletions main.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

echo "Hello world from PHP";

0 comments on commit bc3e251

Please sign in to comment.