building dist and environment paths rework
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user