Skip to content

Commit

Permalink
Update adminjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jan 14, 2025
1 parent 665970e commit 8bd784e
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 725 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run format
npm run lint
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# BUILD CONTAINER
#
FROM node:20 as base
FROM node:20 AS base
USER node
WORKDIR /app
COPY --chown=node:node package*.json tsconfig*.json ./
Expand All @@ -19,7 +19,7 @@ RUN npm run build
# PRODUCTION CONTAINER
#
ENV NODE_ENV production
FROM node:20 as production
FROM node:20 AS production
USER node
EXPOSE 3000
WORKDIR /app
Expand Down
Loading

0 comments on commit 8bd784e

Please sign in to comment.