XCAPI commited on
Commit
65b2845
·
verified ·
1 Parent(s): 5a97d23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM alpine:latest
3
  WORKDIR /app
4
 
5
  COPY workers /app/workers
6
- COPY templates/ templates/
7
 
8
  RUN chmod +x /app/workers
9
 
 
3
  WORKDIR /app
4
 
5
  COPY workers /app/workers
6
+ COPY admin.html /app/admin.html
7
 
8
  RUN chmod +x /app/workers
9