We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dc12f commit 7b8f20bCopy full SHA for 7b8f20b
Dockerfile
@@ -48,8 +48,7 @@ RUN mkdir -p /app/queue_db /app/data && \
48
# Copy the compiled binary from the builder stage
49
COPY --from=builder /app/target/release/timefusion /usr/local/bin/timefusion
50
51
-# Copy or initialize users.json for authentication (optional, adjust as needed)
52
-COPY --from=builder /app/users.json /app/users.json
+# Initialize users.json for authentication (created empty if not present)
53
RUN touch /app/users.json && \
54
chown appuser:appgroup /app/users.json && \
55
chmod 664 /app/users.json
0 commit comments