cacode commited on
Commit
b07f32c
·
verified ·
1 Parent(s): 3d8808e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  RUN apt update && apt install -y ca-certificates
6
 
7
- COPY bypassaigc-linux /app/app
8
  RUN chmod +x /app/app
9
 
10
  EXPOSE 8000
 
4
 
5
  RUN apt update && apt install -y ca-certificates
6
 
7
+ COPY aigc-bypasser /app/app
8
  RUN chmod +x /app/app
9
 
10
  EXPOSE 8000