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

feature/dockerizeの修正 #340

Merged
merged 6 commits into from
May 19, 2019
Merged

Conversation

kobakazu0429
Copy link
Member

@kobakazu0429 kobakazu0429 commented May 10, 2019

WHAT

やったこと

  • READMEの整備
  • .envのコピー
  • server.pidの削除

やってないこと

@kobakazu0429 kobakazu0429 changed the title dockerizeの修正 feature/dockerizeの修正 May 10, 2019
Copy link
Contributor

@chanyou0311 chanyou0311 left a comment

Choose a reason for hiding this comment

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

いい感じ! いくつか気になったポイントだけコメントした!

volumes:
- ./:/code
ports:
- "3000:3000"
links:
- "db"
depends_on:
Copy link
Contributor

Choose a reason for hiding this comment

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

links 設定してあるので depends_on は不要なはず

@@ -11,21 +11,20 @@ ENV RUNTIME_PACKAGES="bash git perl libxml2-dev libxslt-dev libstdc++ tzdata mar
RUN apt-get update -qq
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apt-utils
RUN apt-get install -y libpq-dev graphviz imagemagick
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs build-essential
RUN npm install -g yarn
# RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs build-essential
Copy link
Contributor

Choose a reason for hiding this comment

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

この辺のコメントは消しておいてよいかと!! どうしても参照したくなったらログ見ればよいので

Copy link
Contributor

@chanyou0311 chanyou0311 left a comment

Choose a reason for hiding this comment

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

LGTMで!!!!!!!

@kobakazu0429 kobakazu0429 self-assigned this May 18, 2019
@chanyou0311 chanyou0311 merged commit 6f926a0 into feature/dockerize May 19, 2019
@chanyou0311 chanyou0311 deleted the fix/feature-dockerize branch May 19, 2019 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants