https://github.com/simplicitesoftware/docker-maven
Docker image build using Apache maven
https://github.com/simplicitesoftware/docker-maven
Last synced: 11 months ago
JSON representation
Docker image build using Apache maven
- Host: GitHub
- URL: https://github.com/simplicitesoftware/docker-maven
- Owner: simplicitesoftware
- Created: 2016-08-26T13:27:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T20:24:40.000Z (about 7 years ago)
- Last Synced: 2024-12-29T10:45:05.521Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

***
[](https://gitter.im/simplicite/Lobby)
Docker image builder for Simplicité®
===============================================
This is a Docker® image for Simplicité® sandboxes.
Prerequisites
-------------
Have a Java JDK, Apache Maven and Docker installed.
Get the Simplicité® `x.y` sandbox template from our GIT repository
(see [simplicite.io website](http://www.simplicite.io) for details on how to get access to this repository)
and copy the `/app` in this folder as `webapps/ROOT`.
Build image
-----------
Build the Tomcat package using Maven with:
mvn package
Then build the docker image with:
sudo docker build -t .
Run image
---------
Run the image with:
sudo docker run -it --rm -p 8080:8080
Then you can connect on `http://localhost:8080`