Skip to content

Commit

Permalink
Merge pull request #50 from thomaseleff/v0.1.2
Browse files Browse the repository at this point in the history
Resolves Dockerfile issue
  • Loading branch information
thomaseleff authored Aug 13, 2024
2 parents 619f357 + 45c2f01 commit 8df987f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ FROM python:3.10-slim

# Developer configuration settings
ENV ASSEMBLIT_ENV "PROD"
ENV ASSEMBLIT_VERSION "v0.1.0"
ENV ASSEMBLIT_VERSION "main"
ENV ASSEMBLIT_DEBUG False

# Web-app configuration settings
ENV ASSEMBLIT_NAME "assemblit"
ENV ASSEMBLIT_HOME_PAGE_NAME "app"
ENV ASSEMBLIT_GITHUB_REPOSITORY_URL "https://github.com/thomaseleff/assemblit"
ENV ASSEMBLIT_GITHUB_BRANCH_NAME "v0.1.0"
ENV ASSEMBLIT_GITHUB_BRANCH_NAME "main"

# Port configuration settings
ENV ASSEMBLIT_CLIENT_PORT 8501
Expand Down

0 comments on commit 8df987f

Please sign in to comment.