Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nginx Ldap Auth
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Nginx Ldap Auth
Commits
23d036cb
Commit
23d036cb
authored
Apr 17, 2022
by
Timo Stark
Browse files
Options
Downloads
Patches
Plain Diff
Formatting
parent
c0a43f48
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
t/README
+5
-1
5 additions, 1 deletion
t/README
with
5 additions
and
1 deletion
t/README
+
5
−
1
View file @
23d036cb
To run tests use supplied Dockerfile.test:
To run tests use supplied Dockerfile.test:
docker build -f Dockerfile.test -t my-tag
```shell
docker build -t my-tag -f Dockerfile.test .
```
If you desire to use a container with Python3, you can supply an appropriate
If you desire to use a container with Python3, you can supply an appropriate
build argument:
build argument:
```shell
docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 .
docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 .
docker run my-tag
docker run my-tag
```
To run without Docker:
To run without Docker:
...
...
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