Skip to content

[Docker] Add docker config for demo #49

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

Merged
merged 5 commits into from
Mar 26, 2025
Merged

[Docker] Add docker config for demo #49

merged 5 commits into from
Mar 26, 2025

Conversation

mpysiak
Copy link
Member

@mpysiak mpysiak commented Mar 21, 2025

To build image:

docker buildx build --file .docker/Dockerfile -t mollie_demo_1.0 .

To run container:

docker run -p 8080:80 -p 8025:8025 mollie_demo_1.0

@GSadee GSadee added Docker Docker-related issues and PRs. Maintenance Configurations, READMEs, releases, etc. labels Mar 24, 2025
Copy link
Member

@GSadee GSadee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about build_and_publish.yml GH action? 🤔

@GSadee GSadee merged commit b9fff95 into Sylius:1.0 Mar 26, 2025
4 checks passed
@GSadee GSadee deleted the SYL-4423-enable-docker-builds branch March 26, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Docker-related issues and PRs. Maintenance Configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants