Skip to content

Commit bc4bf70

Browse files
authored
fix(Docker): Allow container with non-root user (#54)
1 parent 97163ce commit bc4bf70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:21-alpine
2+
RUN mkdir -p -m 0777 /vuetorrent
23
WORKDIR /app
34
COPY package*.json ./
45
RUN npm ci

0 commit comments

Comments
 (0)