8e commited on
Commit
1f9369d
·
verified ·
1 Parent(s): be2edd9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,8 +2,8 @@
2
 
3
  FROM golang:1.22 AS builder
4
  RUN apt install -y git && \
5
- git clone https://github.com/OwO-Network/DeepLX.git /go/src/github.com/OwO-Network/DeepLX
6
- WORKDIR /go/src/github.com/OwO-Network/DeepLX
7
  COPY main.go ./
8
  COPY types.go ./
9
  COPY utils.go ./
 
2
 
3
  FROM golang:1.22 AS builder
4
  RUN apt install -y git && \
5
+ git clone https://github.com/OwO-Network/DeepLX.git
6
+ WORKDIR /DeepLX
7
  COPY main.go ./
8
  COPY types.go ./
9
  COPY utils.go ./