mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-12 08:01:04 +00:00
7 lines
75 B
Docker
7 lines
75 B
Docker
FROM node:alpine
|
|
|
|
COPY . .
|
|
RUN yarn && yarn build
|
|
|
|
CMD yarn preview --host
|