Skip to content

Commit

Permalink
Fix lib/extensions path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RoBobik authored and pavelhoral committed Jun 2, 2023
1 parent 1138744 commit a524691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENV PATH="${PATH}:/opt/wrends/bin"
# Prepare Wren:DS instance directory
ARG INSTANCE_DIR="/opt/wrends/instance"
RUN echo ${INSTANCE_DIR} > /opt/wrends/instance.loc
RUN mkdir -p ${INSTANCE_DIR} ${INSTANCE_DIR}/lib/extension
RUN mkdir -p ${INSTANCE_DIR} ${INSTANCE_DIR}/lib/extensions
VOLUME ${INSTANCE_DIR}

EXPOSE ${LDAP_PORT} ${LDAPS_PORT} ${ADMIN_CONNECTOR_PORT}
Expand Down

0 comments on commit a524691

Please sign in to comment.