Changes for docker

This commit is contained in:
Franco Lombardo 2025-01-24 22:44:06 +01:00
parent 0fb8494516
commit 6d8e1bd5e4
2 changed files with 3 additions and 5 deletions

View file

@ -1,11 +1,9 @@
version: "3"
services:
libretranslate:
container_name: libretranslate
build:
context: .
dockerfile: docker/Dockerfile
dockerfile: ./docker/Dockerfile
restart: unless-stopped
ports:
- "5000:5000"

View file

@ -1,4 +1,4 @@
FROM python:3.11.9-slim-bullseye as builder
FROM python:3.11.9-slim-bullseye AS builder
WORKDIR /app