Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN chmod -R 777 /app
|
|
16 |
EXPOSE 7000
|
17 |
EXPOSE 7001
|
18 |
RUN bash save.sh /app/pruebas.txt /app/hola.txt
|
19 |
-
|
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
|
|
|
16 |
EXPOSE 7000
|
17 |
EXPOSE 7001
|
18 |
RUN bash save.sh /app/pruebas.txt /app/hola.txt
|
19 |
+
|
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
|