Skip to content

Commit fcb3e26

Browse files
committed
small docker fixes
1 parent b1c7d6b commit fcb3e26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ init_aurite_project() {
7777

7878
# Create a default workspace in the current directory
7979
log_info "Creating workspace 'default_workspace'..."
80-
if python -m aurite.bin.cli init --workspace default_workspace; then
80+
if python -m aurite.bin.cli.main init --workspace default_workspace; then
8181
log_info "Workspace created successfully"
8282
else
8383
log_error "Failed to create workspace"
@@ -86,7 +86,7 @@ init_aurite_project() {
8686

8787
# Create a default project within the workspace
8888
log_info "Creating project 'default'..."
89-
if python -m aurite.bin.cli init --project default; then
89+
if python -m aurite.bin.cli.main init --project default; then
9090
log_info "Project created successfully"
9191
else
9292
log_error "Failed to create project"

0 commit comments

Comments
 (0)