Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: perms
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Sep 5, 2023
1 parent 3011f95 commit 8fe70fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM node:16-alpine as builder

RUN apk add --no-cache gcc autoconf automake build-base libpng-dev nasm

RUN chmod 0755 /home/node

RUN mkdir /app && chown 1000:1000 /app
USER 1000
WORKDIR /app

Expand Down

0 comments on commit 8fe70fd

Please sign in to comment.