created rootfs/ directory structure

This commit is contained in:
Sameer Naik
2015-10-02 20:04:33 +05:30
parent 5397e2a106
commit 65a741a864
2 changed files with 3 additions and 3 deletions

View File

@@ -10,13 +10,13 @@ ENV PATH=$BITNAMI_PREFIX/python/bin:$BITNAMI_APP_DIR/bin:$BITNAMI_PREFIX/common/
RUN sh $BITNAMI_PREFIX/install.sh
USER $BITNAMI_APP_USER
COPY rootfs/ /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
USER $BITNAMI_APP_USER
EXPOSE 3000
VOLUME ["/app"]
WORKDIR /app
ENTRYPOINT ["/entrypoint.sh"]
CMD ["node"]