diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..1e3b1082 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,11 @@ +FROM node:20-alpine + +RUN apk update +RUN apk add git + +RUN git clone https://github.com/Stability-AI/StableStudio.git +WORKDIR StableStudio + +RUN yarn + +ENTRYPOINT yarn dev --host