0.0.3 - fix docker env

This commit is contained in:
Waylon Walker 2024-04-06 08:21:17 -05:00
parent a65477fac4
commit e68999c06b
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# HTMX-PATTERNS CHANGELOG # HTMX-PATTERNS CHANGELOG
## 0.0.3
* fix docker `ENV=prod`
## 0.0.2 ## 0.0.2
* fix https * fix https

View file

@ -16,7 +16,7 @@ EXPOSE 5000
RUN uv pip install --system --no-deps . RUN uv pip install --system --no-deps .
ENV TZ=America/Chicago ENV TZ=America/Chicago
ENV ENV=production ENV ENV=prod
# CMD ['htmx-patterns', 'api', 'run'] # CMD ['htmx-patterns', 'api', 'run']
CMD htmx-patterns api run CMD htmx-patterns api run

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Waylon S. Walker <waylon@waylonwalker.com> # SPDX-FileCopyrightText: 2024-present Waylon S. Walker <waylon@waylonwalker.com>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = "0.0.2" __version__ = "0.0.3"

View file

@ -2,8 +2,8 @@ default:
@just --list @just --list
build-image: build-image:
podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2 . podman build -t docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3 .
push-image: push-image:
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2 podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3