Add 8080 as an exposed port to the Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Yvan Janssens 2023-04-06 11:36:31 +02:00
parent bcb44774e5
commit f15526fe9e

View File

@ -35,4 +35,5 @@ RUN cd /work/malscan && \
cp malscan /usr/local/bin/malscan
# Entrypoint
CMD /usr/local/bin/malscan
CMD /usr/local/bin/malscan
EXPOSE 8080