ar08 commited on
Commit
f1ff2ff
·
verified ·
1 Parent(s): ca9661a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/xennon-sudo/saleor.git
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