Skip to content
Snippets Groups Projects
Commit f15c38a8 authored by Eck Balázs István's avatar Eck Balázs István
Browse files

fix dockerfile workdir

parent 6bc72f24
No related branches found
No related tags found
No related merge requests found
FROM python:3.13-slim FROM python:3.13-slim
# Állítsd be a munkakönyvtárat WORKDIR /usr/src/app
WORKDIR /imageuploader
# Másold a requirements.txt fájlt # Másold a requirements.txt fájlt
COPY requirements.txt . COPY imageuploader/requirements.txt .
# Telepítsd a szükséges csomagokat # Telepítsd a szükséges csomagokat
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment