Skip to content

dont fail if folder already exists#349

Open
kbohinski wants to merge 1 commit intosalsify:masterfrom
kbohinski:master
Open

dont fail if folder already exists#349
kbohinski wants to merge 1 commit intosalsify:masterfrom
kbohinski:master

Conversation

@kbohinski
Copy link
Copy Markdown

@kbohinski kbohinski commented Dec 2, 2021

fixes issue that causes failure with docker on ebs

Comment thread Dockerfile
# 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
Copy Markdown
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?

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.

2 participants