diff --git a/hastebin/Dockerfile b/hastebin/Dockerfile index 4a75908..015298b 100644 --- a/hastebin/Dockerfile +++ b/hastebin/Dockerfile @@ -16,4 +16,6 @@ RUN chmod 755 app.sh EXPOSE 7777 +ENV STORAGE_TYPE file + CMD [ "./app.sh" ]