deeme commited on
Commit
61293b6
1 Parent(s): 2ff381b

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,8 +5,8 @@ WORKDIR /app
5
  ADD luma-api .
6
  RUN chmod +x luma-api
7
 
8
- RUN mkdir -p /logs
9
- RUN chmod -R 777 /logs
10
 
11
  ENV ARG "--port 8000 --log debug"
12
  CMD ["./luma-api ${ARG}"]
 
5
  ADD luma-api .
6
  RUN chmod +x luma-api
7
 
8
+ RUN mkdir -p /app/logs
9
+ RUN chmod -R 777 /app/logs
10
 
11
  ENV ARG "--port 8000 --log debug"
12
  CMD ["./luma-api ${ARG}"]