Skip to content

Commit

Permalink
Checking if concurrency is handled
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Nov 4, 2023
1 parent c421431 commit 193f7c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM node:18.18.2-alpine

# Setting node environment to not show experimental warnings
ENV NODE_NO_WARNINGS=1
ENV NODE_NO_WARNINGS=1

# Setting volume for default library path
VOLUME /opt/icloud-photos-library

Expand Down

0 comments on commit 193f7c9

Please sign in to comment.