chore: Bumps dependencies, rewrites development environment system.
This commit is contained in:
parent
c0a12f53d1
commit
0965c56547
12 changed files with 1146 additions and 1265 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.11.1-bookworm
|
||||
FROM node:22.11.0-bookworm
|
||||
LABEL org.opencontainers.image.source="https://github.com/greysoh/nextnet"
|
||||
WORKDIR /app/
|
||||
COPY src /app/src
|
||||
|
@ -14,4 +14,4 @@ RUN npm run build
|
|||
RUN rm srcpatch.sh out/**/*.ts out/**/*.map
|
||||
RUN rm -rf src
|
||||
RUN npm prune --production
|
||||
ENTRYPOINT sh docker-entrypoint.sh
|
||||
ENTRYPOINT sh docker-entrypoint.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue