Skip to content

Commit 7b8f20b

Browse files
committed
Fix:A bunch of tiny improvements here and there
1 parent 19dc12f commit 7b8f20b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ RUN mkdir -p /app/queue_db /app/data && \
4848
# Copy the compiled binary from the builder stage
4949
COPY --from=builder /app/target/release/timefusion /usr/local/bin/timefusion
5050

51-
# Copy or initialize users.json for authentication (optional, adjust as needed)
52-
COPY --from=builder /app/users.json /app/users.json
51+
# Initialize users.json for authentication (created empty if not present)
5352
RUN touch /app/users.json && \
5453
chown appuser:appgroup /app/users.json && \
5554
chmod 664 /app/users.json

0 commit comments

Comments
 (0)