mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +02:00
remove typescript from final docker image
This commit is contained in:
parent
ce2b9b2b06
commit
4a1d3ea43c
2 changed files with 4 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ COPY tsconfig.json ./
|
|||
COPY src/ ./src/
|
||||
RUN npm run build
|
||||
|
||||
RUN rm -r node_modules/typescript
|
||||
|
||||
FROM node:alpine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue