1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-12 17:26:15 +00:00

set default storage type

This commit is contained in:
Mario Loria
2016-10-24 13:53:55 -04:00
parent f7300b1f9f
commit a72186f1ef

View File

@@ -16,4 +16,6 @@ RUN chmod 755 app.sh
EXPOSE 7777
ENV STORAGE_TYPE file
CMD [ "./app.sh" ]