mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-06-27 12:38:03 +02:00
Added autosave feature
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM debian:latest
|
||||
|
||||
MAINTAINER zopanix@gmail.com
|
||||
MAINTAINER zopanix <zopanix@gmail.com>
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
@ -22,3 +22,6 @@ RUN echo "# Installing curl" && \
|
||||
apt-get autoremove -y --purge && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
ENV FACTORIO_AUTOSAVE_INTERVAL 2
|
||||
ENV FACTORIO_AUTOSAVE_SLOTS 3
|
||||
|
Reference in New Issue
Block a user