79228098

Date: 2024-11-26 20:01:40
Score: 1.5
Natty:
Report link

you can remove the ubuntu user, create the container as usual, connect to the terminal with sail root-shell, after that php artisan sail:publish

go to the docker folder on the project's root, and change the docker file, adding this line right after FROM ubuntu:22.04:

RUN userdel ubuntu && groupdel ubuntu || true

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rafael Tuneca