Add dockerignore file and change label version in Dockerfile

This commit is contained in:
MOIS3Y 2022-09-21 00:08:11 +09:00
parent e92695b0a4
commit 3d99abb7c8
2 changed files with 5 additions and 1 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
.git
.vscode
venv
*.md

View File

@ -1,7 +1,7 @@
FROM python:3.10-alpine FROM python:3.10-alpine
LABEL maintainer="s.zhukovskii@ispsystem.com" 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 WORKDIR /app