Create old folder
This commit is contained in:
parent
f1f6d7e7ac
commit
adc9124dad
|
@ -23,6 +23,7 @@ ENV BUNDLE_APP_CONFIG /usr/local/bundle
|
|||
ENV DATABASE_URL postgresql://postgres@postgres/rosa-build?pool=100&prepared_statements=false
|
||||
|
||||
WORKDIR /rosa-build
|
||||
RUN mkdir -p /app/rosa-build
|
||||
COPY bin ./bin
|
||||
COPY lib ./lib
|
||||
COPY config ./config
|
||||
|
|
Loading…
Reference in New Issue