feat(samples): init httpaste.it sample

This commit is contained in:
Tiara Rodney 2022-04-09 02:27:41 +02:00
parent e8ae877a48
commit f25e3f766c
4 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,3 @@
FROM httpd:2.4
RUN apt-get update -y && apt-get install -y libapache2-mod-proxy-uwsgi