Skip to content

Commit

Permalink
Merge pull request #37 from GonzaloEBaez/Fix/deploy
Browse files Browse the repository at this point in the history
Fix/Deploy
  • Loading branch information
manuel-edlp authored Jun 15, 2024
2 parents 58d8646 + 4b3e42a commit 8dfa750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copiamos el código fuente de la aplicación al contenedor
COPY . .

# Aplicamos migraciones
RUN python manage.py migrate

# Exponemos el puerto en el que se ejecuta la aplicación
EXPOSE 8000

Expand Down

0 comments on commit 8dfa750

Please sign in to comment.