modified docker image structure

This commit is contained in:
Lukian LEIZOUR 2024-08-28 21:33:03 +02:00
parent a02979522f
commit 933d03ff13
6 changed files with 38 additions and 20 deletions

View file

@ -12,4 +12,6 @@ RUN apt-get update && apt-get install -y \
libgif-dev \
librsvg2-dev
CMD ["npm", "start"]
RUN npm i -g typescript && npm i && npm run build
CMD npm start