chartManD commited on
Commit
64a6308
·
verified ·
1 Parent(s): d99e77e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -5,13 +5,13 @@ FROM debian:12.10
5
  RUN apt -y update
6
  RUN apt install -y python3 python3-pip python3-django
7
 
8
- # RUN python3 -m django --version
9
 
10
  # Pasos del tutorial de DJango
11
- RUN mkdir djangotutorial
12
- RUN django-admin startproject miSitio djangotutorial
13
- RUN cd djangotutorial
14
- RUN ls -l
15
 
16
  # Verificar si python esta instalado
17
  # RUN which python || which python3 || which py
 
5
  RUN apt -y update
6
  RUN apt install -y python3 python3-pip python3-django
7
 
8
+ RUN python3 -m django --version
9
 
10
  # Pasos del tutorial de DJango
11
+ #RUN mkdir djangotutorial
12
+ #RUN django-admin startproject miSitio djangotutorial
13
+ #RUN cd djangotutorial
14
+ #RUN ls -l
15
 
16
  # Verificar si python esta instalado
17
  # RUN which python || which python3 || which py