Skip to content

Commit

Permalink
Release verson 0.0.3 of diogenes-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Oct 9, 2023
1 parent bc39fef commit dede6f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ To run the app in development mode just access the folder `diogenes-ng` and star

#### Create frontend docker container

1. Build the container with `docker build -f docker/Dockerfile.angular -t nck974/diogenes-ng:0.0.2 .`
1. Build the container with `docker build -f docker/Dockerfile.angular -t nck974/diogenes-ng:0.0.3 .`
1. Generate a token in `https://hub.docker.com` and login with `docker login -u <user>`. Paste the generated token as password.
1. Push the generated container with `docker push nck974/diogenes-ng:0.0.2`.
1. Push the generated container with `docker push nck974/diogenes-ng:0.0.3`.
1. Create the `latest` tag and push it:

```bash
docker tag nck974/diogenes-ng:0.0.2 nck974/diogenes-ng:latest
docker tag nck974/diogenes-ng:0.0.3 nck974/diogenes-ng:latest
docker push nck974/diogenes-ng:latest
```

Expand Down
12 changes: 6 additions & 6 deletions ng-diogenes/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ng-diogenes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-diogenes",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -24,7 +24,7 @@
"ngx-infinite-scroll": "^16.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.0"
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.5",
Expand Down

0 comments on commit dede6f8

Please sign in to comment.