Skip to content

Commit

Permalink
copy mail templates to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed May 9, 2024
1 parent f134b3e commit 64b43db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY package*.json ./
RUN apk update && apk add --update nodejs npm
RUN npm install --quiet --unsafe-perm --no-progress --no-audit

COPY /backend/misc/mail-templates /opt/misc/
COPY --from=build /build/_build/backend /opt/

# Init cron
Expand Down

0 comments on commit 64b43db

Please sign in to comment.