fix site build

This commit is contained in:
Umputun
2021-04-16 14:04:54 -05:00
parent 9bcbe360e1
commit 4fdb8f63c9
3 changed files with 11 additions and 5 deletions
-11
View File
@@ -1,11 +0,0 @@
FROM node:14-alpine
WORKDIR build
COPY . /build
RUN yarn --frozen-lockfile && \
yarn build && \
ls -la /public
CMD ["sleep", "100"]
File diff suppressed because one or more lines are too long