OptiJuegos commited on
Commit
8ae62d3
·
verified ·
1 Parent(s): d3d8cc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
7
  COPY . /app
8
 
9
  RUN chmod -R 777 /app
 
10
 
11
  WORKDIR /app
12
 
 
7
  COPY . /app
8
 
9
  RUN chmod -R 777 /app
10
+ RUN cd app
11
 
12
  WORKDIR /app
13