binary1ne commited on
Commit
f57b3e1
·
verified ·
1 Parent(s): 5d2ed58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
35
  npm install -g configurable-http-proxy
36
 
37
  # Create a working directory
38
- WORKDIR /data
39
 
40
  # Create a non-root user and switch to it
41
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
 
35
  npm install -g configurable-http-proxy
36
 
37
  # Create a working directory
38
+ WORKDIR /app
39
 
40
  # Create a non-root user and switch to it
41
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \