Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nrusso committed Nov 21, 2023
1 parent b44ed24 commit 0ec0793
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ COPY --chown=node:node jest.config.js ./

USER node

RUN --mount=type=cache,target=/home/node/app/node_modules pnpm install

ENTRYPOINT ["dumb-init", "pnpm", "dev"]

FROM dev AS build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-experience",
"version": "1.39.8",
"version": "2.0.1",
"description": "",
"scripts": {
"dagger": "dagger run node dagger.mjs",
Expand Down
5 changes: 0 additions & 5 deletions src/Notification/Domain/Entities/EmailNotification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ class EmailNotification extends Notification
attachedFiles?: IFilesAttachments[];
data?: IEmailNotificationData;

constructor()
{
super();
}

getAttachedFiles(): IFilesAttachments[]
{
return this.attachedFiles;
Expand Down

0 comments on commit 0ec0793

Please sign in to comment.