Skip to content

Commit 8502440

Browse files
authored
Update Dockerfile
1 parent 7f43dbc commit 8502440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engines/nmap/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ RUN pip3 install --trusted-host pypi.python.org -r requirements.txt
4040
EXPOSE 5001
4141
#USER alpine #Can't set properly env vars from Docker because it sets root env only
4242

43+
COPY fixed_script/* /usr/share/nmap/scripts/
44+
4345
# Run app when the container launches
4446
CMD ["gunicorn", "engine-nmap:app", "-b", "0.0.0.0:5001", "--access-logfile", "-", "-k", "gevent"]

0 commit comments

Comments
 (0)