Skip to content

Commit 5505044

Browse files
committed
🧹 chore: Release 0.2.0
1 parent aed7cda commit 5505044

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.10.4
22

3-
LABEL tech.tomy.docker.k.backend="0.1.0"
3+
LABEL tech.tomy.docker.k.backend="0.2.0"
44
LABEL maintainer="Tomy Hsieh @tomy0000000"
55

66
WORKDIR /usr/src/k-backend

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
k-backend:
3-
command: "uvicorn k_backend.main:app --host 0.0.0.0 --port 8000 --reload"
3+
command: "uvicorn k_backend.main:app --host 0.0.0.0 --port 8000"
44
container_name: "k_backend_app"
55
depends_on:
66
- "postgres"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "k-backend"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "The backend API server of K"
55
authors = ["Tomy Hsieh <tomy0000000@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)