fix: use root user for base image

This commit is contained in:
Price Hiller 2023-01-08 21:46:40 -06:00
parent c38a095820
commit a2285efd86

View File

@ -44,4 +44,3 @@ __EOR__
FROM build as prod
WORKDIR "${USER_HOME}"
USER "${USER}"