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 64b43db commit 74c7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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 /backend/misc/mail-templates /opt/misc/mail-templates/
COPY --from=build /build/_build/backend /opt/

# Init cron
Expand Down

0 comments on commit 74c7dbd

Please sign in to comment.