YoBatM commited on
Commit
96b0c04
·
verified ·
1 Parent(s): f4faa88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,8 +15,8 @@ COPY --chown=1000 . /app
15
  RUN chmod -R 777 /app
16
  EXPOSE 7000
17
  EXPOSE 7001
18
- RUN bash save.sh pruebas.txt hola.txt
19
- RUN cat hola.txt
20
  #RUN bash load.sh https://www.jsonblob.com/api/jsonBlob/1291001013413470208 archivo.txt
21
  #Los de abajo puedes quitarlo si no usas esos plugins
22
  RUN --mount=type=secret,id=bot_token,mode=0444,required=true sed -i "s/BOTTOKEN/$(cat /run/secrets/bot_token)/g" /app/plugins/DiscordSRV/config.yml
 
15
  RUN chmod -R 777 /app
16
  EXPOSE 7000
17
  EXPOSE 7001
18
+ RUN bash save.sh pruebas.txt /app/hola.txt
19
+ RUN cat /app/hola.txt
20
  #RUN bash load.sh https://www.jsonblob.com/api/jsonBlob/1291001013413470208 archivo.txt
21
  #Los de abajo puedes quitarlo si no usas esos plugins
22
  RUN --mount=type=secret,id=bot_token,mode=0444,required=true sed -i "s/BOTTOKEN/$(cat /run/secrets/bot_token)/g" /app/plugins/DiscordSRV/config.yml