Skip to content

Commit

Permalink
Fix location
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Nov 28, 2023
1 parent 7f8abc8 commit 1dbfe4d
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 @@ -28,7 +28,7 @@ WORKDIR /opt/plsc
RUN pip install -r requirements.txt

# Copy entrypoint
COPY ./conf/entrypoint.sh /entrypoint.sh
COPY misc/entrypoint.sh /entrypoint.sh
RUN chmod 755 /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
Expand Down

0 comments on commit 1dbfe4d

Please sign in to comment.