reuse entrypoint.sh script from base image
This commit is contained in:
parent
9b8a2d9485
commit
8736991a7a
|
|
@ -10,12 +10,9 @@ ENV PATH=$BITNAMI_PREFIX/python/bin:$BITNAMI_APP_DIR/bin:$BITNAMI_PREFIX/common/
|
|||
|
||||
RUN $BITNAMI_PREFIX/install.sh
|
||||
|
||||
COPY rootfs/ /
|
||||
|
||||
USER $BITNAMI_APP_USER
|
||||
|
||||
EXPOSE 3000
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["node"]
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
source $BITNAMI_PREFIX/bitnami-utils.sh
|
||||
|
||||
print_welcome_page
|
||||
exec "$@"
|
||||
Loading…
Reference in New Issue