Add user.json and file_info.json files
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:
@@ -12,6 +12,10 @@ RUN [ ! -f cdn-files ] && touch cdn-files || true
|
|||||||
|
|
||||||
RUN [ ! -f report ] && touch report || true
|
RUN [ ! -f report ] && touch report || true
|
||||||
|
|
||||||
|
RUN [ ! -f user.json ] && touch user.json || true
|
||||||
|
|
||||||
|
RUN [ ! -f file_info.json ] && touch file_info.json || true
|
||||||
|
|
||||||
EXPOSE 5053
|
EXPOSE 5053
|
||||||
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
Reference in New Issue
Block a user