dockerfile hotfix: remove unused 'scripts' directory
This commit is contained in:
parent
83be07bdcf
commit
684f112c85
@ -6,7 +6,6 @@ COPY yarn.lock .
|
||||
RUN yarn --frozen-lockfile
|
||||
COPY *.* ./
|
||||
COPY src ./src/
|
||||
COPY scripts ./scripts/
|
||||
RUN yarn build
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user