mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 16:17:31 +08:00
created rootfs/ directory structure
This commit is contained in:
@@ -11,10 +11,9 @@ ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/$BITNAMI_APP_NAME \
|
||||
ENV PATH=$BITNAMI_APP_DIR/bin:$BITNAMI_PREFIX/common/bin:$PATH
|
||||
|
||||
RUN sh $BITNAMI_PREFIX/install.sh
|
||||
COPY rootfs/ /
|
||||
|
||||
VOLUME ["$BITNAMI_APP_VOL_PREFIX/logs"]
|
||||
EXPOSE 11211
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["memcached", "-v"]
|
||||
|
||||
Reference in New Issue
Block a user