This is a demo of the prof_test_server and prof_test_client
Dockerfile
FROM timbru31/java-node:8-alpine-slim
RUN npm install -g http-server@^0.11.1
EXPOSE 8080 8383
CMD curl https://gitlab.com/eggerd_hda/prof_test_server/-/raw/assets/prof_test_server.jar -o prof_test_server.jar && \
curl https://gitlab.com/eggerd_hda/prof_test_client/-/raw/assets/prof_test_client.zip -o prof_test_client.zip && \
unzip prof_test_client.zip && \
{ http-server -p 8383 public_html & java -jar prof_test_server.jar; }
Content type
Image
Digest
Size
58.4 MB
Last updated
over 7 years ago
docker pull eggerd/hda-prof-test