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