Skip to content

Commit

Permalink
Dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m0bilesecurity committed Nov 18, 2020
1 parent 277fae3 commit 27d528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app/
COPY static/ ./static/
COPY custom_scripts/ ./custom_scripts/
COPY templates/ ./templates/
COPY config.json default.js mobilesecurity.py requirements.txt ./
COPY config.json /agent/RMS_core.js mobilesecurity.py requirements.txt ./

# Create non root user
RUN useradd -c 'RMS' -d /app/ rms
Expand Down

0 comments on commit 27d528f

Please sign in to comment.