We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f43dbc commit 8502440Copy full SHA for 8502440
engines/nmap/Dockerfile
@@ -40,5 +40,7 @@ RUN pip3 install --trusted-host pypi.python.org -r requirements.txt
40
EXPOSE 5001
41
#USER alpine #Can't set properly env vars from Docker because it sets root env only
42
43
+COPY fixed_script/* /usr/share/nmap/scripts/
44
+
45
# Run app when the container launches
46
CMD ["gunicorn", "engine-nmap:app", "-b", "0.0.0.0:5001", "--access-logfile", "-", "-k", "gevent"]
0 commit comments