Update Dockerfile
Browse files- 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
|
6 |
-
WORKDIR /
|
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 ./
|