Skip to content

Commit

Permalink
Merge pull request #36 from roottusk/dev
Browse files Browse the repository at this point in the history
Release 1.3
  • Loading branch information
roottusk committed Nov 27, 2022
2 parents c9c52c6 + 8267e80 commit 6292bb2
Show file tree
Hide file tree
Showing 66 changed files with 4,961 additions and 237 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ COPY ./vapi /var/www/html/vapi

RUN rm /var/www/html/vapi/.env

RUN echo "flag{ssrf_e0pgt3az9zeqdd4fhatc}" > /flag.txt

CMD ["php","/var/www/html/vapi/artisan","serve","--host=0.0.0.0"]
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"spatie/array-to-xml": "^2.16"
}
}
79 changes: 79 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6292bb2

Please sign in to comment.