Skip to content

Commit

Permalink
Merge branch 'master' of github.com:musketeers-br/sqlzilla
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhamon committed Jul 29, 2024
2 parents 594a890 + 0b7cac3 commit 90204ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions Dockerfile-streamlit
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ COPY ./python/sqlzilla /app

WORKDIR /app

RUN apt-get update && apt-get install -y \
build-essential \
curl \
software-properties-common \
git \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install -r requirements.txt

EXPOSE 8501
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Document name="dc-sample.ZPM">
<Module>
<Name>dc-sample</Name>
<Version>2.0.11</Version>
<Version>2.0.12</Version>
<Description>Basic InterSystems IRIS Development Template</Description>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
Expand Down

0 comments on commit 90204ba

Please sign in to comment.