Update valheim.Dockerfile
This commit is contained in:
parent
32e69e94a5
commit
dc1375bc33
|
|
@ -46,11 +46,11 @@ RUN make install
|
||||||
|
|
||||||
# Cleaning the image
|
# Cleaning the image
|
||||||
RUN apt-get purge -y wget
|
RUN apt-get purge -y wget
|
||||||
RUN rm -r a-build-dir
|
RUN rm -r box86
|
||||||
RUN apt-get purge -y a-package
|
RUN rm -r box64
|
||||||
|
|
||||||
# Specific for run Valheim server
|
# Specific for run Valheim server
|
||||||
EXPOSE 2456-2457/udp
|
EXPOSE 2456-2457/udp
|
||||||
WORKDIR /root/
|
WORKDIR /root
|
||||||
COPY bootstrap .
|
COPY bootstrap .
|
||||||
CMD ["/root/bootstrap"]
|
CMD ["/root/bootstrap"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue