Skip to content

Commit

Permalink
fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Mar 8, 2024
1 parent 4710282 commit ea05db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04
LABEL authors="calvinchai"

# TODO: Optimize this
WORKDIR /app
COPY ./requirements.txt /app/requirements.txt
RUN apt update
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def check_directory():
optional_dirs = ['logs', 'workdir', 'settings', 'modules', 'plugins']
optional_dirs = ['logs', 'workdir', 'settings', 'modules', 'plugins', 'output']

for d in optional_dirs:
if not app_path.joinpath(d).exists():
Expand Down

0 comments on commit ea05db5

Please sign in to comment.