mirror of
https://github.com/umputun/reproxy.git
synced 2026-06-15 19:14:07 +02:00
fix site build
This commit is contained in:
@@ -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
Reference in New Issue
Block a user