Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dont fail if folder already exists #349

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

Conversation

kbohinski
Copy link

@kbohinski kbohinski commented Dec 2, 2021

fixes issue that causes failure with docker on ebs

@@ -17,7 +17,7 @@ COPY . /app
# Run the app as a non-root user. The source code will be read-only,
# but the process will complain if it can't write to tmp or log (even
# though we're writing the logs to STDOUT).
RUN mkdir /app/tmp /app/log
RUN mkdir -p /app/tmp /app/log
Copy link
Member

Choose a reason for hiding this comment

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

When would the /app/tmp and /app/log directories already exist?

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

Successfully merging this pull request may close these issues.

2 participants