commit
baa506f4d9
|
|
@ -5,7 +5,7 @@
|
|||
# ----------------------------------
|
||||
FROM node:8.9-alpine
|
||||
|
||||
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
|
||||
LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io"
|
||||
|
||||
RUN adduser -D -h /home/container container
|
||||
|
||||
|
|
@ -13,5 +13,5 @@ USER container
|
|||
ENV USER=container HOME=/home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/ash", "/entrypoint.sh"]
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
CMD ["/bin/ash", "/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user