fix: .dockerignore the paste directory
This commit is contained in:
parent
49a10e95a2
commit
08a1551142
2 changed files with 2 additions and 1 deletions
|
@ -5,3 +5,4 @@ Dockerfile
|
||||||
Jenkinsfile
|
Jenkinsfile
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
|
paste*
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||||
WORKDIR /opt/
|
WORKDIR /opt/
|
||||||
|
|
||||||
ENV DEBUG_MODE=False
|
ENV DEBUG_MODE=False
|
||||||
ENV PASTE_DIR=pastes
|
ENV PASTE_DIR=/opt/pastes
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue