Skip to content

Commit 6eedd34

Browse files
committed
Revert "publish docker action"
This reverts commit 6090544.
1 parent 73282d1 commit 6eedd34

2 files changed

Lines changed: 4 additions & 42 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Dockerfile

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
FROM python:3.11
22

3-
WORKDIR /somef
4-
COPY . /somef
5-
# RUN git clone https://github.com/KnowledgeCaptureAndDiscovery/somef
3+
RUN git clone https://github.com/KnowledgeCaptureAndDiscovery/somef
64

75
RUN curl -sSL https://install.python-poetry.org | python3 -
86

9-
ENV PATH="/root/.local/bin:$PATH"
10-
117
RUN pip install poetry-plugin-shell
128

13-
RUN poetry install
9+
WORKDIR "/somef"
1410

15-
ENV PATH="/somef/.venv/bin:$PATH"
16-
RUN poetry config virtualenvs.in-project true && poetry install
11+
RUN poetry install
1712

1813
RUN poetry run somef configure -a
1914

2015
RUN echo 'source $(poetry env info --path)/bin/activate' >> ~/.bashrc
2116

22-
CMD ["bash", "--login"]
2317

18+
CMD ["bash", "--login"]
2419

0 commit comments

Comments
 (0)