Skip to content

Commit

Permalink
Update adit radis shared
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 6, 2024
1 parent a751390 commit 0104404
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ RUN poetry install
# Install requirements for end-to-end testing
RUN playwright install --with-deps chromium

# Required folders for web service
RUN mkdir -p /var/www/web/logs \
/var/www/web/static \
/var/www/web/ssl

# will become mountpoint of our code
WORKDIR /app

Expand All @@ -87,9 +82,4 @@ FROM python-base as production
COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
COPY . /app/

# Required folders for web service
RUN mkdir -p /var/www/web/logs \
/var/www/web/static \
/var/www/web/ssl

WORKDIR /app
11 changes: 5 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "adit"
version = "0.33.1"
version = "0.34.0"
description = "ADIT (Automated DICOM Transfer) is a swiss army knife to exchange DICOM data between various systems by using a convenient web frontend."
authors = ["medihack <[email protected]>"]
license = "GPL-3.0-or-later"

[tool.poetry.dependencies]
adit-radis-shared = {git = "https://github.com/openradx/adit-radis-shared.git", rev = "v0.6.3"}
adit-radis-shared = {git = "https://github.com/openradx/adit-radis-shared.git", rev = "v0.6.4"}
adrf = "^0.1.1"
aiofiles = "^24.1.0"
asyncinotify = "^4.0.1"
Expand Down

0 comments on commit 0104404

Please sign in to comment.