Skip to content

Commit

Permalink
Remove test user details from full build
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed May 10, 2023
1 parent 3eb930a commit 7ff2742
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.full-build
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ RUN PID=$(mysqld &) && \
--database-password=$PASSWORD \
--locale=en \
--currency=ZAR \
--admin-username=admin \
--admin-password=password \
--admin-email=test@example.com && \
--skip-user && \
killall -15 mysqld

COPY docker/etc/s6-overlay /etc/s6-overlay
Expand Down

0 comments on commit 7ff2742

Please sign in to comment.