adrianux #1

Merged
ahoemann merged 4 commits from adrianux into master 2025-03-28 10:44:23 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 08a1551142 - Show all commits

View file

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

View file

@ -2,7 +2,7 @@ FROM alpine:latest
WORKDIR /opt/
ENV DEBUG_MODE=False
ENV PASTE_DIR=pastes
ENV PASTE_DIR=/opt/pastes
COPY . .