Update Dockerfile.adminfull

main
ifiguero 2024-01-31 22:04:29 -03:00
parent a8a4f0f30d
commit cc2201ee70
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN npm install && npm run build
# Contenedor backend # Contenedor backend
FROM python:3.11-alpine FROM python:3.11-alpine
# Copia el directorio
WORKDIR /srv WORKDIR /srv
# Actualiza el contenido # Actualiza el contenido