3v324v23 commited on
Commit
03ff3a5
·
1 Parent(s): 36ff0ea

fix dockerfile path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apt-get update && \
5
  apt-get install -y build-essential wget cmake git \
6
  && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
7
 
8
- COPY .. .
9
  RUN make base.en
10
 
11
  FROM ubuntu:22.04 AS runtime
 
5
  apt-get install -y build-essential wget cmake git \
6
  && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
7
 
8
+ COPY . .
9
  RUN make base.en
10
 
11
  FROM ubuntu:22.04 AS runtime