Update Version 1.0rc1
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
pjl:
|
||||
pjl-backend:
|
||||
# Build the image from the Dockerfile in the current directory
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: pjl:0.9
|
||||
image: pjl-backend:1.0rc1
|
||||
|
||||
# Host the FastAPI application on port 8000
|
||||
ports:
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pjl"
|
||||
version = "0.9"
|
||||
name = "pjl-backend"
|
||||
version = "1.0rc1"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user