This commit is contained in:
+2
-2
@@ -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