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

APIの全部乗せコンテナを作成 #187

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

Conversation

TsubasaOura
Copy link
Contributor

@TsubasaOura TsubasaOura commented Apr 23, 2023

対応Issue

resolve #120

概要

APIの全部乗せコンテナを作成

テスト項目

以下のコマンドで全部乗せコンテナが作れるか。
今後,このコンテナを自動でbuildするGithub Actionsを書けば,自動でDockerHubにPushされ,CICDに近づきます。

viewのビルドが通る必要あり

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

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

docker run -p 3000:3000 --env-file=./seeds.env seeds-prod-api

@TsubasaOura TsubasaOura changed the title [add] prod api Dockerfile (#120) APIの全部乗せコンテナを作成 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 API 全部乗せコンテナ作成
1 participant