Remove unnecessary commands and files in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -8,14 +8,6 @@ RUN npm install
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN mkdir -p cdn-files
|
|
||||||
|
|
||||||
RUN mkdir -p report
|
|
||||||
|
|
||||||
RUN [ ! -f setup.json ] && echo '{}' > setup.json || true
|
|
||||||
|
|
||||||
RUN [ ! -f user.json ] && echo '{}' > user.json || true
|
|
||||||
|
|
||||||
EXPOSE 5053
|
EXPOSE 5053
|
||||||
|
|
||||||
CMD [ "npm", "start" ]
|
CMD [ "npm", "start" ]
|
||||||
Reference in New Issue
Block a user