mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 17:07:21 +08:00
created rootfs/ directory structure
This commit is contained in:
@@ -10,12 +10,11 @@ ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME \
|
||||
PATH=$BITNAMI_APP_DIR/bin:$PATH
|
||||
|
||||
RUN sh $BITNAMI_PREFIX/install.sh
|
||||
COPY vhosts/* $BITNAMI_APP_DIR/conf.defaults/vhosts/
|
||||
COPY rootfs/ /
|
||||
|
||||
EXPOSE 80 443
|
||||
VOLUME ["$BITNAMI_APP_VOL_PREFIX/conf", "$BITNAMI_APP_VOL_PREFIX/logs", "/app"]
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
CMD ["httpd"]
|
||||
|
||||
Reference in New Issue
Block a user