Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM node:19-alpine
|
3 |
RUN apk update
|
4 |
RUN apk add git
|
5 |
-
RUN git clone https://github.com/Block-Editor/blocks
|
6 |
WORKDIR blocks
|
7 |
RUN npm install
|
8 |
EXPOSE 80
|
|
|
2 |
FROM node:19-alpine
|
3 |
RUN apk update
|
4 |
RUN apk add git
|
5 |
+
RUN git clone https://github.com/Block-Editor/blocks
|
6 |
WORKDIR blocks
|
7 |
RUN npm install
|
8 |
EXPOSE 80
|