Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep authored Dec 4, 2021
1 parent ceee271 commit 9927b2e
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
# docker-pactum-flow

PactumJS Flow in Docker

## Installation

Create `app`, `core` and `captain` folders.

#### Build pactum-flow-ui

```sh
npm run build
```

Copy the contents of `dist` folder into `app` folder.

#### Copy pactum-flow-api

Copy `package.json` and `src` folder into `core` folder.

#### Copy pactum-flow-captain-api

Copy `package.json` and `src` folder into `captain` folder.

## Run

```sh
docker-compose down
docker-compose up -d
```

## Build

```sh
docker build -t asaianudeep/pactumjs:latest -t asaianudeep/pactumjs:<version> .
```

> Most of the times, the new changes are not getting reflected. Try removing existing images and build a new image with a different name.
## Publish

```sh
docker push asaianudeep/pactumjs:<version>
docker push asaianudeep/pactumjs:latest
```
PactumJS Flow in Docker - [Docker Image](https://hub.docker.com/r/pactumjs/flows)

0 comments on commit 9927b2e

Please sign in to comment.