mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: daysinyear file not being copied
This commit is contained in:
12
Dockerfile
12
Dockerfile
@@ -6,16 +6,16 @@ COPY package.json ./
|
||||
|
||||
RUN npm i
|
||||
|
||||
RUN apk update && apk add bash ffmpeg
|
||||
|
||||
EXPOSE 7272
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
COPY ./.env ./dist/.env
|
||||
|
||||
COPY ./images/ ./dist/images/
|
||||
|
||||
COPY ./util/daysinyear.txt ./dist/util/daysinyear.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
CMD bash start.sh
|
||||
Reference in New Issue
Block a user