0.0.3 - fix docker env
This commit is contained in:
parent
a65477fac4
commit
e68999c06b
4 changed files with 8 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# HTMX-PATTERNS CHANGELOG
|
||||
|
||||
## 0.0.3
|
||||
|
||||
* fix docker `ENV=prod`
|
||||
|
||||
## 0.0.2
|
||||
|
||||
* fix https
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ EXPOSE 5000
|
|||
|
||||
RUN uv pip install --system --no-deps .
|
||||
ENV TZ=America/Chicago
|
||||
ENV ENV=production
|
||||
ENV ENV=prod
|
||||
# CMD ['htmx-patterns', 'api', 'run']
|
||||
CMD htmx-patterns api run
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2024-present Waylon S. Walker <waylon@waylonwalker.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.0.2"
|
||||
__version__ = "0.0.3"
|
||||
|
|
|
|||
4
justfile
4
justfile
|
|
@ -2,8 +2,8 @@ default:
|
|||
@just --list
|
||||
|
||||
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:
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.2
|
||||
podman push docker.io/waylonwalker/htmx-patterns-waylonwalker-com:0.0.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue