mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-24 08:20:50 +01:00
Use slim node image instead of alpine
Signed-off-by: Austin Huang <im@austinhuang.me>
This commit is contained in:
parent
1efe34c0ad
commit
c97fb5a517
@ -1,8 +1,8 @@
|
|||||||
# Use LTS Node.js base image
|
# Use LTS Node.js slim image
|
||||||
FROM node:14.17-alpine
|
FROM node:14.17-slim
|
||||||
|
|
||||||
# Video support dependency
|
# Video support dependency
|
||||||
RUN apk add ffmpeg
|
RUN apt update && apt install -y ffmpeg
|
||||||
|
|
||||||
# Install NPM dependencies and copy the project
|
# Install NPM dependencies and copy the project
|
||||||
WORKDIR /teddit
|
WORKDIR /teddit
|
||||||
|
Loading…
Reference in New Issue
Block a user