Skip to content

Commit

Permalink
fix: replacing wwww-data (4w) by www-data (3w)
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Feb 9, 2020
1 parent 079007a commit f1de922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpcli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ ADD Makefile entrypoint.sh /scripts/
RUN chmod +x /scripts/entrypoint.sh

ENTRYPOINT [ "/scripts/entrypoint.sh" ]
USER wwww-data
USER www-data
CMD ["wp", "shell"]

0 comments on commit f1de922

Please sign in to comment.