prod fix
This commit is contained in:
parent
c740fcde52
commit
07918006c7
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from pydantic import BaseSettings
|
||||||
|
|
||||||
class Config(BaseSettings):
|
class Config(BaseSettings):
|
||||||
host: str = '127.0.0.1'
|
host: str = '127.0.0.1'
|
||||||
port: int = 2344
|
port: int = 80
|
||||||
birthdate: date = date(2007, 10, 13)
|
birthdate: date = date(2007, 10, 13)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ RUN yarn
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM nginx:stable-alpine as
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue