File: Dockerfile.client-http

package info (click to toggle)
ulfius 2.7.15-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,856 kB
  • sloc: ansic: 23,025; makefile: 708; sh: 140
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
FROM ulfius/autobahn:base

MAINTAINER WSServer Project <morten@mortz.dk>

# make volumes for input configuration and output generated
VOLUME /config
VOLUME /generated

WORKDIR /
EXPOSE 9001 9001

CMD ["wstest", "--mode", "fuzzingserver", "--spec", "/config/fuzzingserver-http.json"]