Minor cleanup

This commit is contained in:
James Long 2022-04-29 16:21:09 -04:00
parent cd280802de
commit 1d74b9d782

View file

@ -7,9 +7,6 @@ RUN mkdir /app
WORKDIR /app
ENV NODE_ENV=production
ADD . .
RUN yarn install --production