Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Plan
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
b7dd55d7
Commit
b7dd55d7
authored
2 years ago
by
Podosochnyy Maxim
Browse files
Options
Downloads
Patches
Plain Diff
Исправлена версия perxis в Dockerfile примера сервиса расширения
parent
78f574d4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/extension_service/Dockerfile
+1
-1
1 addition, 1 deletion
examples/extension_service/Dockerfile
examples/extension_service/constants/collections.py
+0
-1
0 additions, 1 deletion
examples/extension_service/constants/collections.py
with
1 addition
and
2 deletions
examples/extension_service/Dockerfile
+
1
−
1
View file @
b7dd55d7
...
...
@@ -11,7 +11,7 @@ ARG PIP_EXTRA_INDEX_URL=${PIP_EXTRA_INDEX_URL}
ENV
PIP_EXTRA_INDEX_URL=$PIP_EXTRA_INDEX_URL
COPY
. /home/${USER}/app
RUN
pip
install
perxis
==
0.0.1
5
RUN
pip
install
perxis
==
0.0.1
6
ENV
PYTHONPATH="/home/perx/app"
ENV
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
...
...
This diff is collapsed.
Click to expand it.
examples/extension_service/constants/collections.py
+
0
−
1
View file @
b7dd55d7
schemes_mapping
=
{
"
test_collection
"
:
"
Тестовая коллекция
"
,
"
another_test_collection
"
:
"
Ещё Тестовая коллекция
"
,
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment