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

Fix typo in README. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

k65miyazakiy
Copy link

In README.md, docker-compose file name is written "docer-compose-eventuate-{dbms}.yml",
but actual it is "docker-compose-{dbms}.yml".

  • before fix
[k@localhost]~/work/eventuate/eventuate-tram-examples-java-spring-todo-list/multi-module% docker-compose -f docker-compose-eventuate-mysql.yml build
using podman version: podman version 2.2.1
missing files:  ['docker-compose-eventuate-mysql.yml']
  • after fix
[k@localhost]~/work/eventuate/eventuate-tram-examples-java-spring-todo-list/multi-module% docker-compose -f docker-compose-mysql.yml build
using podman version: podman version 2.2.1
podman build -t multi-module_todolistcommandservice -f ./todo-service/Dockerfile ./todo-service/
STEP 1: FROM java:openjdk-8u111-alpine
STEP 2: CMD java ${JAVA_OPTS} -jar todo-service.jar
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant