forked from github-starred/komodo
7 lines
75 B
Docker
7 lines
75 B
Docker
FROM node:alpine
|
|
|
|
COPY . .
|
|
RUN yarn && yarn build
|
|
|
|
CMD yarn preview --host
|