remove junk accidentally committed to Dockerfile

master
Jeffrey Paul 4 years ago
parent 39213020e2
commit 9376944373
  1. 9
      Dockerfile

@ -14,15 +14,6 @@ RUN tar cfz go-src.tgz src && du -sh *
FROM alpine FROM alpine
54 viper.SetDefault("Debug", false)
55 viper.SetDefault("TootsToDisk", false)
56 viper.SetDefault("TootsToDB", true)
57 viper.SetDefault("HostDiscoveryParallelism", 5)
58 viper.SetDefault("FSStorageLocation", os.ExpandEnv("$HOME/Library/ApplicationSupport/feta/tootarchive.d"))
59 viper.SetDefault("DBStorageLocation", os.ExpandEnv("$HOME/Library/ApplicationSupport/feta/feta.state.db"))
60 viper.SetDefault("LogReportInterval", time.Second*10)
# here are the levers # here are the levers
ENV FETA_HOSTDISCOVERYPARALLELISM 20 ENV FETA_HOSTDISCOVERYPARALLELISM 20
ENV FETA_FSSTORAGELOCATION /state/tootstore ENV FETA_FSSTORAGELOCATION /state/tootstore

Loading…
Cancel
Save