diff --git a/Dockerfile b/Dockerfile index 626cebe..7d3c620 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN yarn install --production --frozen-lockfile COPY --from=build /app/node_modules/.prisma /app/node_modules/.prisma COPY --from=build /app/dist dist RUN adduser -H -D container -s /bin/bash +ENV USER=container HOME=/home/container USER container COPY entrypoint.sh /entrypoint.sh