Skip to content

Commit 3bf10e0

Browse files
committed
build(docker): update index.js to use new .start() function
1 parent 2be1954 commit 3bf10e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ new ShareXServer({
1919
? false
2020
: process.env.FILE_LISTING,
2121
debug: JSON.parse(process.env.DEBUG.toLowerCase()) ?? false,
22-
});
22+
}).start();

0 commit comments

Comments
 (0)