diff --git a/.github/workflows/build_and_push_images.yaml b/.github/workflows/build_and_push_images.yaml index 389bc97b..8f48a9d5 100644 --- a/.github/workflows/build_and_push_images.yaml +++ b/.github/workflows/build_and_push_images.yaml @@ -2,13 +2,13 @@ name: Docker Build, Push, and Deploy on: # If you want to run the actions automatically on push to the main/master branch, uncomment: - # push: - # branches: - # - master - # paths-ignore: - # - 'terraform/**' - # - '.github/workflows/**' - # - 'README.md' + push: + branches: + - disablehostcheck + paths-ignore: + - 'terraform/**' + - '.github/workflows/**' + - 'README.md' workflow_dispatch: inputs: workspace: diff --git a/IMOMaritimeSingleWindow/Client/Dockerfile b/IMOMaritimeSingleWindow/Client/Dockerfile index 53124b67..22d3eb40 100644 --- a/IMOMaritimeSingleWindow/Client/Dockerfile +++ b/IMOMaritimeSingleWindow/Client/Dockerfile @@ -11,7 +11,6 @@ RUN npm install # Expose the port EXPOSE 4200 - # Copy the bash script for setting the BACKEND_URL COPY setenv_proxy.sh /workspaces/frontend/setenv_proxy.sh