mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 10:47:20 +08:00
created rootfs/ directory structure
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user