Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Oct 15, 2024
1 parent 7c8a023 commit 41f43b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfiles/Dockerfile.bgg_orchestrator
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN apt-get update && apt-get install -y \
# Install pipenv
RUN pip3 install pipenv

# Create the necessary directory for the application and dagster runs
RUN mkdir -p /app/aws_dagster_bgg/dagster_runs

# Set the working directory
WORKDIR /app
Expand All @@ -27,6 +25,7 @@ COPY aws_dagster_bgg aws_dagster_bgg
COPY utils utils
COPY config.py .
COPY dagster_cloud.yaml .
RUN mkdir -p /aws_dagster_bgg/dagster_runs

# Set environment variables with ARG for build-time and ENV for runtime
ARG ENV
Expand Down
1 change: 1 addition & 0 deletions aws_dagster_bgg/bgg_orchestrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

print(os.getcwd())
print(os.listdir())
print(os.listdir("aws_dagster_bgg"))

subprocess.Popen("dagster-webserver -h 0.0.0.0 -p 3000".split(" "))
print("Started webserver")
Expand Down

0 comments on commit 41f43b9

Please sign in to comment.