This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
vulstudy
mirror of
https://github.com/c0ny1/vulstudy
Watch
1
Star
0
Fork
You've already forked vulstudy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42a7c2b9cd
vulstudy
/
www
/
Dockerfile
8 lines
102 B
Docker
Raw
Blame
History
FROM
tutum/lamp:latest
MAINTAINER
c0ny1 <root@gv7.me>
RUN
rm -rf /app/*
ADD
. /app/
CMD
[
"/run.sh"
]
Reference in New Issue
View Git Blame
Copy Permalink