Make it as before

This commit is contained in:
Wedge 2021-03-02 17:31:29 +03:00
parent 632c67d6fb
commit b26e64cda8
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ ENV GEM_HOME /usr/local/bundle
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
WORKDIR /app/rosa-build
COPY bin ./bin
COPY lib ./lib
COPY config ./config