forked from noxious/server
Removed TSC in favour of node's own Typescript exec.
This commit is contained in:
@ -4,7 +4,6 @@ WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
# Production stage
|
||||
FROM node:23.7.0-alpine
|
||||
|
Reference in New Issue
Block a user