Skip to content

Commit

Permalink
fix for ENTRYPOINT_DIR env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Mar 5, 2024
1 parent 5b2fc53 commit 8e34e0b
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 @@ -84,7 +84,7 @@ ENV SUBSCRIBE_EVENTS_PORT 4443
ENV NODE_LOG_LEVEL INFO
ENV HTTP_LOGS false
################################################
ENV ENTRYPOINT_DIR=/opt/entrypoint
ENV ENTRYPOINT_DIR=/opt/entrypoint/

RUN mkdir -p $APPIUM_APPS_DIR && \
chown androidusr:androidusr $APPIUM_APPS_DIR && \
Expand Down

0 comments on commit 8e34e0b

Please sign in to comment.