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:
teddit 2022-02-08 18:56:58 +01:00
commit 2d69623bf1
1 changed files with 1 additions and 1 deletions

View File

@ -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