Skip to content

Commit

Permalink
add port
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 24, 2024
1 parent 964c32d commit 81e5f93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_push_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion IMOMaritimeSingleWindow/Client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 81e5f93

Please sign in to comment.