FROM aligg73/iarchiv-nodejs:latest
MAINTAINER BodyWatch International Ltd.

# Copy the source into the app directory
COPY ./ /app
  
EXPOSE 1337

WORKDIR /app
CMD ["/app/startstage.sh", ""]