Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Clone Saleor Repository
|
2 |
FROM alpine/git as clone-stage
|
3 |
WORKDIR /tmp
|
4 |
-
RUN git clone https://github.com/
|
5 |
|
6 |
# Build and install packages
|
7 |
FROM python:3.12 AS build-python
|
|
|
1 |
# Clone Saleor Repository
|
2 |
FROM alpine/git as clone-stage
|
3 |
WORKDIR /tmp
|
4 |
+
RUN git clone https://github.com/saleor/saleor.git
|
5 |
|
6 |
# Build and install packages
|
7 |
FROM python:3.12 AS build-python
|