File size: 202 Bytes
006c285
6009503
d5fb000
8e3acb3
b84d676
6009503
 
e5c119d
1
2
3
4
5
6
7
8
9
# Use the remixproject/remix-ide image as the base image
FROM node:19-alpine
RUN apk update
RUN apk add git
RUN git clone https://github.com/Block-Editor/blocks
WORKDIR blocks
RUN npm install
EXPOSE 80