Skip to content
Snippets Groups Projects
Commit 5ef2f1a6 authored by Siarhei Symanovich (EPAM)'s avatar Siarhei Symanovich (EPAM)
Browse files

Merge branch 'docker-readme' into 'main'

Updated readme

See merge request !14
parents 2790d211 cb0bf4d3
No related branches found
No related tags found
1 merge request!14Updated readme
Pipeline #244171 passed
......@@ -23,7 +23,7 @@ Check that maven is installed:
example:
```bash
$ mvn --version
mvn --version
Apache Maven 3.8.3
Maven home: /usr/local/Cellar/maven/3.8.3/libexec
Java version: 17.0.7
......@@ -55,6 +55,20 @@ NOTE: If not on osx/linux: Replace `*` with version numbers as defined in the pr
java -jar provider/pws-aws/target/pws-aws-*.*.*-SNAPSHOT-spring-boot.jar
```
### Build and run locally with image
example .env file:
```
VAR="VAL"
VAR2="VAL2"
```
```bash
mvn clean install
docker build -t pws-aws -f provider/pws-aws/build-aws/Dockerfile .
docker run -d -P --env-file .env pws-aws
```
## Testing
### Running Integration Tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment