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

viewの全部乗せコンテナをつくりました #188

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

TsubasaOura
Copy link
Contributor

@TsubasaOura TsubasaOura commented Apr 23, 2023

対応Issue

resolve #119

概要

VIEWの全部乗せコンテナを作成した。
今後,このコンテナを自動でbuildするGithub Actionsを書けば,自動でDockerHubにPushされ,CICDに近づきます。

テスト項目

以下のコマンドで全部乗せコンテナが作れるか。

docker build -f ./prod.view.Dockerfile -t seeds-prod-view .

以下のコマンドで全部乗せコンテナを立ち上げられるか。

docker run --env-file=./seeds.env seeds-prod-view

@TsubasaOura TsubasaOura changed the title [add] prod view Dockerfile (#119) viewの全部乗せコンテナをつくりました Apr 23, 2023
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.

[infra] Seeds View 全部乗せコンテナ作成
1 participant