fix Dockerfile per codefactor recommends

This commit is contained in:
Ilya Kreymer 2020-10-06 16:01:55 +00:00
parent 94f0b7362d
commit 880165ce91

View File

@ -28,7 +28,9 @@ ADD package.json /app/
RUN chown -R zimit /app RUN chown -R zimit /app
RUN apt-get update && apt-get install -qqy fonts-stix RUN apt-get update && apt-get install --no-install-recommends -qqy fonts-stix \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN yarn install RUN yarn install