Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armf branch ? #4

Open
MartinCanto opened this issue Apr 3, 2018 · 0 comments
Open

armf branch ? #4

MartinCanto opened this issue Apr 3, 2018 · 0 comments

Comments

@MartinCanto
Copy link

FROM arm32v7/ubuntu:18.04

MAINTAINER Jason Rivers [email protected]

ENV DEBIAN_FRONTEND noninteractive
ENV WINDWARD_SERVER_NAME "Windward Server"
ENV WINDWARD_SERVER_WORLD "World"
ENV WINDWARD_SERVER_PORT 5127
ENV WINDWARD_SERVER_PUBLIC 1

RUN apt-get update &&
apt-get install -y
mono-runtime
libmono2.0-cil
wget
unzip

RUN mkdir -p /data/windward &&
useradd -u 1000 -s /bin/bash -d /data/windward windward &&
chown windward:windward /data/windward

EXPOSE 5127

ADD windward.sh /usr/local/bin/windward

USER windward
VOLUME /data/windward
WORKDIR /data/windward

CMD ["windward"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant