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

move later to copy files in Dockerfile.prod #1431

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

youichiro
Copy link
Member

@youichiro youichiro commented Jul 1, 2021

It is better to copy source files later, so that there will be fewer commands to build when changes source files.

The following command in the Dockerfile.prod moves later.

COPY --chown=doccano:doccano ./backend/ /backend/

The result will not change.

@youichiro youichiro force-pushed the feature/move_later_to_copy_files branch from 3ba1bb8 to 197d171 Compare July 1, 2021 23:30
@youichiro youichiro marked this pull request as ready for review July 1, 2021 23:32
@Hironsan Hironsan merged commit 4ec4ca9 into doccano:master Oct 12, 2021
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.

None yet

2 participants