Add 8080 as an exposed port to the Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
bcb44774e5
commit
f15526fe9e
@ -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
|
Loading…
Reference in New Issue
Block a user