Skip to content

Commit

Permalink
fixup! SDKTECHNO-271: add dockerInfos for sub-apps backup & restore f…
Browse files Browse the repository at this point in the history
…or apps storages
  • Loading branch information
EmilienLeroux committed Oct 4, 2024
1 parent 2c6b96b commit 1357814
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update \
RUN mkdir code
ADD code code
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

RUN pip install -r code/requirements.txt

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update \
RUN mkdir code
ADD code code
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

RUN pip install -r code/requirements.txt

Expand Down

0 comments on commit 1357814

Please sign in to comment.