Update valheim.Dockerfile

This commit is contained in:
Tranko 2022-01-05 15:03:37 +00:00 committed by GitHub
parent 32e69e94a5
commit dc1375bc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -46,11 +46,11 @@ RUN make install
# Cleaning the image
RUN apt-get purge -y wget
RUN rm -r a-build-dir
RUN apt-get purge -y a-package
RUN rm -r box86
RUN rm -r box64
# Specific for run Valheim server
EXPOSE 2456-2457/udp
WORKDIR /root/
WORKDIR /root
COPY bootstrap .
CMD ["/root/bootstrap"]