Skip to content

Commit

Permalink
fix: docker user home dir (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Jul 18, 2023
1 parent bd59008 commit d24850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/stac-server.dockerfile
Expand Up @@ -65,7 +65,7 @@ RUN chmod +x /eodag/run-stac-server.sh

# add user
RUN addgroup --system user \
&& adduser --system --group user
&& adduser --system --home /home/user --group user

# switch to non-root user
USER user
Expand Down

0 comments on commit d24850a

Please sign in to comment.