mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-18 02:37:15 -05:00
7 lines
75 B
Docker
7 lines
75 B
Docker
FROM node:alpine
|
|
|
|
COPY . .
|
|
RUN yarn && yarn build
|
|
|
|
CMD yarn preview --host
|