mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Merge pull request 'Add wget to the Docker so that the healthcheck works' (#295) from TheFrenchGhosty/teddit:wget-docker into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/295
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM node:14.17-slim
|
||||
|
||||
# Video support dependency
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
RUN apt-get update && apt-get install -y ffmpeg wget
|
||||
|
||||
# Install NPM dependencies and copy the project
|
||||
WORKDIR /teddit
|
||||
|
||||
Reference in New Issue
Block a user