mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-19 21:54:58 -04:00
Use slim node image instead of alpine
Signed-off-by: Austin Huang <im@austinhuang.me>
This commit is contained in:
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user