dockerfile hotfix: remove unused 'scripts' directory

This commit is contained in:
Ilya Kreymer 2021-12-07 11:22:30 -08:00
parent 83be07bdcf
commit 684f112c85

View File

@ -6,7 +6,6 @@ COPY yarn.lock .
RUN yarn --frozen-lockfile
COPY *.* ./
COPY src ./src/
COPY scripts ./scripts/
RUN yarn build