Add dockerignore file and change label version in Dockerfile
This commit is contained in:
parent
e92695b0a4
commit
3d99abb7c8
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@ -0,0 +1,4 @@
|
||||
.git
|
||||
.vscode
|
||||
venv
|
||||
*.md
|
@ -1,7 +1,7 @@
|
||||
FROM python:3.10-alpine
|
||||
|
||||
LABEL maintainer="s.zhukovskii@ispsystem.com"
|
||||
LABEL ru.isptech.git.SupportAccess.version=v0.0.1
|
||||
LABEL ru.isptech.git.isp_support.version=v0.0.1
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user