From 5beeb149e3982fb5ad02ac04c32b811134a89390 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 15 Feb 2023 18:29:45 +0100 Subject: [PATCH] feat(assist): changes --- .github/workflows/utilities.yaml | 2 +- utilities/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/utilities.yaml b/.github/workflows/utilities.yaml index aa962bfce..e862c500c 100644 --- a/.github/workflows/utilities.yaml +++ b/.github/workflows/utilities.yaml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - dev + - api-v1.10.0 paths: - "utilities/**" - "!utilities/.gitignore" diff --git a/utilities/Dockerfile b/utilities/Dockerfile index bd47e1c71..8f4d98549 100644 --- a/utilities/Dockerfile +++ b/utilities/Dockerfile @@ -21,4 +21,4 @@ USER 1001 ADD --chown=1001 https://static.openreplay.com/geoip/GeoLite2-Country.mmdb $MAXMINDDB_FILE ENTRYPOINT ["/sbin/tini", "--"] -CMD npm start +CMD npm start \ No newline at end of file