Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
user
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Jun 15, 2022
1 parent 7606d13 commit 26e04ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e04ad

Please sign in to comment.