fix: .dockerignore the paste directory

This commit is contained in:
ahoemann 2025-03-28 10:42:48 +01:00
parent 49a10e95a2
commit 08a1551142
2 changed files with 2 additions and 1 deletions

View file

@ -5,3 +5,4 @@ Dockerfile
Jenkinsfile Jenkinsfile
LICENSE LICENSE
README.md README.md
paste*

View file

@ -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 . .