Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dockerize the hyperswitch-web #555

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

PritishBudhiraja
Copy link
Collaborator

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Dockerize the hyperswitch-web which will serve the HyperLoader.js at 9050 port.

How did you test it?

via running these commands.

  1. docker build -t hyperswitch-web .
  2. docker run -p 9050:9050 hyperswitch-web
  3. hit the url - http://localhost:9050/HyperLoader.js (the url will be accessible)

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@PritishBudhiraja PritishBudhiraja self-assigned this Aug 12, 2024
@PritishBudhiraja PritishBudhiraja added the Ready for Review PR with label Ready for Review should only be reviewed. label Aug 12, 2024
@PritishBudhiraja PritishBudhiraja merged commit e7588f3 into main Aug 12, 2024
3 checks passed
@PritishBudhiraja PritishBudhiraja deleted the docker-addition branch August 12, 2024 08:30
@github-actions github-actions bot added the Closed Label will be automatically added when the PR will get merged to main label Aug 12, 2024
akash-c-k pushed a commit that referenced this pull request Aug 12, 2024
# [0.83.0](v0.82.3...v0.83.0) (2024-08-12)

### Features

* dockerize the hyperswitch-web ([#555](#555)) ([e7588f3](e7588f3))
@PritishBudhiraja PritishBudhiraja removed the Ready for Review PR with label Ready for Review should only be reviewed. label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Label will be automatically added when the PR will get merged to main
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants