We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97163ce commit bc4bf70Copy full SHA for bc4bf70
Dockerfile
@@ -1,4 +1,5 @@
1
FROM node:21-alpine
2
+RUN mkdir -p -m 0777 /vuetorrent
3
WORKDIR /app
4
COPY package*.json ./
5
RUN npm ci
0 commit comments