Bump version 0.2.0
This commit is contained in:
parent
62a872f168
commit
625f1d23d0
|
@ -7,7 +7,7 @@ RUN mvn clean install
|
|||
|
||||
FROM tomcat:8.5
|
||||
ARG PROJECT_NAME=centralino_brigate
|
||||
ARG PROJECT_VERS=0.1.0
|
||||
ARG PROJECT_VERS=0.2.0
|
||||
|
||||
RUN cd /usr/local/tomcat/webapps.dist/ \
|
||||
&& for FILE in *; do \
|
||||
|
|
|
@ -17,7 +17,7 @@ Se si vuole tirar su un ambiente di sviluppo locale con tomcat e un db mysql
|
|||
$ docker-compose up
|
||||
```
|
||||
|
||||
Si troverà l'app a `http://localhost:8080/centralino_brigate-0.1.0/`. *ATTENZIONE*: NON è
|
||||
Si troverà l'app a `http://localhost:8080/centralino_brigate-0.2.0/`. *ATTENZIONE*: NON è
|
||||
production-safe!
|
||||
|
||||
Se si vuole buildare l'artifatto (output in `war` nella cartella `target/`),
|
||||
|
|
|
@ -19,6 +19,6 @@ services:
|
|||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
context: .
|
||||
image: unit/centralino_brigate:0.1.0
|
||||
image: unit/centralino_brigate:0.2.0
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user