Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 677 Bytes

File metadata and controls

21 lines (18 loc) · 677 Bytes

Docker-PL

Docker CI

Docker file used to run tests for "PremierLangage" and set environnement for the project

Docker Wims

Docker file used to run tests with a wims server in "PremierLangage"

  • To build the image run :
docker build -t <image name> <path to the DockerFile>
  • To activate the wims server inside the container run this command :
./bin/apache-config
service apache2 restart

to expose ports you have to specify the docker's port and the port you want to connect on your machine

build run -d -p <dockerport>:<hostport> <container name>