Skip to content

Commit

Permalink
Merge branch 'feat/initial-components' of https://github.com/RADAR-ba…
Browse files Browse the repository at this point in the history
…se/radar-self-enrolment-ui into feat/consent-module
  • Loading branch information
mpgxvii committed Aug 14, 2024
2 parents d73b027 + 8af964e commit bb9545c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- main
- dev
- 'feat/**'
- 'feature/**'


# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .

RUN npm run build

EXPOSE 4455
EXPOSE 3000

# Start the app on port 4455 as recommended by ory
CMD ["npm", "start", "--", "-p", "4455"]
CMD ["npm", "start", "--", "-p", "3000"]

0 comments on commit bb9545c

Please sign in to comment.