This website works better with JavaScript
Home
Explore
Project
Register
Sign In
github
/
github-actions-creator
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
68d0afb400
Branches
Tags
develop
master
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
github-actions-...
/
php
/
Dockerfile
Dockerfile
94 B
History
Raw
1
2
3
4
5
6
FROM php:7.1-alpine as runner
WORKDIR /app
COPY . /app
EXPOSE 8080
CMD [ "php","index.php" ]