1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-02-05 13:15:18 +02:00
Christophe Vandekerchove eb22619e44 Removed unused layer
2016-02-26 15:00:46 +01:00

19 lines
227 B
Docker

FROM ubuntu:latest
MAINTAINER zopanix@gmail.com
WORKDIR /opt
COPY ./factorio.tar.gz /opt
COPY ./smart_launch.sh /opt
RUN tar -xzf factorio.tar.gz
CMD ["./smart_launch.sh"]
EXPOSE 34197/udp
VOLUME "/opt/factorio/saves"