Create directories for cdn-files and report
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -8,9 +8,9 @@ RUN npm install
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN [ ! -f cdn-files ] && touch cdn-files || true
|
RUN mkdir -p cdn-files
|
||||||
|
|
||||||
RUN [ ! -f report ] && touch report || true
|
RUN mkdir -p report
|
||||||
|
|
||||||
RUN [ ! -f setup.json ] && echo '{}' > setup.json || true
|
RUN [ ! -f setup.json ] && echo '{}' > setup.json || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user