Paulus Michael Leang commited on
Commit
0f858c6
1 Parent(s): 3aa9ef0

Hotfix Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN useradd -m -u 1000 user
7
  USER root
8
  ENV PATH="/home/user/.local/bin:$PATH"
9
 
10
- WORKDIR /
11
 
12
  RUN apt-get update && apt-get install -y \
13
  libgl1 \
 
7
  USER root
8
  ENV PATH="/home/user/.local/bin:$PATH"
9
 
10
+ WORKDIR /app
11
 
12
  RUN apt-get update && apt-get install -y \
13
  libgl1 \