Skip to content

Commit

Permalink
style: add blank ending line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexidense committed Dec 12, 2023
1 parent 6022d01 commit d2c70cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
npm-debug.log
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .
RUN npm ci --omit=dev
RUN npm run build

CMD ["npm", "start"]
CMD ["npm", "start"]

0 comments on commit d2c70cf

Please sign in to comment.