Update Dockerfile
This commit is contained in:
@@ -5,12 +5,7 @@ RUN dnf update -y && \
|
|||||||
dnf install -y python3.12 python3-pip make git && \
|
dnf install -y python3.12 python3-pip make git && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
# Definir diretório de trabalho
|
RUN ls
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
# Copiar arquivos do projeto
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
# Instalar dependências Python
|
# Instalar dependências Python
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user