Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ COPY --chown=1000 . /app
|
|
| 15 |
RUN chmod -R 777 /app
|
| 16 |
EXPOSE 7000
|
| 17 |
EXPOSE 7001
|
| 18 |
-
RUN bash save_auto.sh pruebas.txt archivo.txt https://www.jsonblob.com/api/jsonBlob/1291001013413470208
|
| 19 |
#RUN bash load_full.sh https://www.jsonblob.com/api/jsonBlob/1291001013413470208 archivo.txt
|
| 20 |
#RUN bash save_full.sh pruebas.txt archivo.txt https://www.jsonblob.com/api/jsonBlob/1291001013413470208
|
| 21 |
#RUN bash save.sh /app/pruebas.txt /app/hola.txt
|
|
|
|
| 15 |
RUN chmod -R 777 /app
|
| 16 |
EXPOSE 7000
|
| 17 |
EXPOSE 7001
|
| 18 |
+
RUN bash save_auto.sh pruebas.txt archivo.txt https://www.jsonblob.com/api/jsonBlob/1291001013413470208 &
|
| 19 |
#RUN bash load_full.sh https://www.jsonblob.com/api/jsonBlob/1291001013413470208 archivo.txt
|
| 20 |
#RUN bash save_full.sh pruebas.txt archivo.txt https://www.jsonblob.com/api/jsonBlob/1291001013413470208
|
| 21 |
#RUN bash save.sh /app/pruebas.txt /app/hola.txt
|