perahh commited on
Commit
197c537
1 Parent(s): 728e1c6

CORRECCION DE ROOD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
  FROM php:8.2-cli
2
  WORKDIR /rood
3
  COPY ./app/ ./app/
4
- CMD["php", "-S", "0.0.0.0.:7860", "./app/index.php"]
 
1
  FROM php:8.2-cli
2
  WORKDIR /rood
3
  COPY ./app/ ./app/
4
+ CMD["php", "-S", "0.0.0.0.:7860", "/rood/app/index.php"]