Sequelize and sqlite init with test user model

This commit is contained in:
advplyr 2023-03-08 12:33:52 -06:00
parent a2d4a4a906
commit b8ab72a141
6 changed files with 2452 additions and 19 deletions

View file

@ -14,7 +14,10 @@ RUN apk update && \
apk add --no-cache --update \
curl \
tzdata \
ffmpeg
ffmpeg \
make \
python3 \
g++
COPY --from=tone /usr/local/bin/tone /usr/local/bin/
COPY --from=build /client/dist /client/dist
@ -23,6 +26,8 @@ COPY server server
RUN npm ci --only=production
RUN apk del make python3 g++
EXPOSE 80
HEALTHCHECK \
--interval=30s \