Change current directory #88

Closed
aquachocomint wants to merge 1 commits from aquachocomint/artemis:develop into develop
First-time contributor

Changes

  • Add 'cd' to entrypoint.sh

Only clicking entrypoint.sh is not working without changing directory on mac environment (I don't know this code is needed for linux).
Before running this script, we need to change directory (e.g. cd) in advance.
This change allows you to start up artemis without changing directory.

## Changes * Add 'cd' to entrypoint.sh Only clicking entrypoint.sh is not working without changing directory on mac environment (I don't know this code is needed for linux). Before running this script, we need to change directory (e.g. cd) in advance. This change allows you to start up artemis without changing directory.
aquachocomint added 1 commit 2023-12-20 15:20:21 +00:00
Owner

Are you attempting to run via Docker? If you're not, you should not use entrypoint.sh, as that is meant for use by the docker container. Instead you should be running python index.py to start Artemis

Are you attempting to run via Docker? If you're not, you should not use entrypoint.sh, as that is meant for use by the docker container. Instead you should be running `python index.py` to start Artemis
Hay1tsme added the
bug
system
waiting
labels 2024-01-12 20:58:06 +00:00
Owner

Confirmed that this is not an issue with entrypoint.sh, closing

Confirmed that this is not an issue with entrypoint.sh, closing
Hay1tsme closed this pull request 2024-03-12 14:31:37 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#88
No description provided.