From b1b33a061969b5546bd48ca0b8d4dec233c46891 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:24:35 -0700 Subject: [PATCH] fixes --- .github/workflows/deploy.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e46089ffc..2b05e67b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -85,6 +85,6 @@ jobs: build_baseimage_url: :python/:python-test-pr get_version_method: file_in_container:file=/acarshub_version dockerfile_changes: | - \#patch acarshub version/sed -i s\/Pre-Release\/${{ needs.patch_acars_hub_verison.outputs.acarshub_version}}\/g + \# patch acarshub version/sed -i s\/Pre-Release\/${{ needs.patch_acars_hub_verison.outputs.acarshub_version}}\/g \/webapp\/src\/helpers\/menu.ts secrets: ghcr_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Dockerfile b/Dockerfile index bc6d1160e..b25195cf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN set -xe && \ mkdir -p /webapp/static/js && \ mkdir -p /webapp/static/sounds && \ mkdir -p /webapp/templates && \ + # patch acarshub version npm run build && \ cp -r ./dist/static/images /webapp/static/ && \ cp -r ./dist/static/sounds /webapp/static/ && \ @@ -70,7 +71,6 @@ RUN set -x && \ netbase \ && \ popd && \ - # patch acarshub version # Clean up apt-get remove -y "${TEMP_PACKAGES[@]}" && \ apt-get autoremove -y && \