building dist and environment paths rework

This commit is contained in:
raiper34
2024-07-21 14:24:36 +02:00
parent 7938e56dce
commit b77956e76c
13 changed files with 30 additions and 13 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
FROM node:18
WORKDIR /usr/src/app
WORKDIR /spooty
COPY . .
RUN apt-get -y update && apt-get -y upgrade && apt-get install -y --no-install-recommends ffmpeg
RUN npm install
RUN npm run build