Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Sep 16, 2024
1 parent e081281 commit 881f24d
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 @@ -19,7 +19,7 @@ RUN pip3 install -r requirements.txt --upgrade && \
python setup.py install && \
adduser -u 1000 omnik && \
mkdir /config && \
chown omnik.users -R /config &&
chown omnik.users -R /config

WORKDIR /home/omnik
USER omnik
Expand Down

0 comments on commit 881f24d

Please sign in to comment.