franyer24 commited on
Commit
f5a3aec
verified
1 Parent(s): 8830741

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM nginx:latest
2
 
3
  # Definir un ARG para la reconstrucci贸n
4
- ARG FORCE_REBUILD
5
- ENV FORCE_REBUILD=${FORCE_REBUILD}
6
 
7
  # Configurar un usuario sin privilegios
8
  RUN useradd -m -u 1000 appuser
@@ -44,7 +44,7 @@ USER appuser
44
 
45
  # Exponer puertos
46
  EXPOSE 7860
47
- EXPOSE 8100
48
 
49
  # Comando de inicio
50
  CMD node ./test.txt.js & nginx -c /app/nginx.conf -g "daemon off;"
 
1
  FROM nginx:latest
2
 
3
  # Definir un ARG para la reconstrucci贸n
4
+ #ARG FORCE_REBUILD
5
+ #ENV FORCE_REBUILD=${FORCE_REBUILD}
6
 
7
  # Configurar un usuario sin privilegios
8
  RUN useradd -m -u 1000 appuser
 
44
 
45
  # Exponer puertos
46
  EXPOSE 7860
47
+ EXPOSE 5000
48
 
49
  # Comando de inicio
50
  CMD node ./test.txt.js & nginx -c /app/nginx.conf -g "daemon off;"