Update valheim.Dockerfile
This commit is contained in:
parent
dc1375bc33
commit
3ead759cd9
|
|
@ -46,8 +46,8 @@ RUN make install
|
||||||
|
|
||||||
# Cleaning the image
|
# Cleaning the image
|
||||||
RUN apt-get purge -y wget
|
RUN apt-get purge -y wget
|
||||||
RUN rm -r box86
|
RUN rm -r /root/box86
|
||||||
RUN rm -r box64
|
RUN rm -r /root/box64
|
||||||
|
|
||||||
# Specific for run Valheim server
|
# Specific for run Valheim server
|
||||||
EXPOSE 2456-2457/udp
|
EXPOSE 2456-2457/udp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue