Updated Dockerfile

This commit is contained in:
Dennis Postma 2025-02-08 03:07:35 +01:00
parent 9a5aa9a53d
commit 10c8e493a7

View File

@ -1,7 +1,8 @@
FROM node:23.7.0-alpine FROM node:lts-alpine
# Install tmux # Install packages
RUN apk add --no-cache tmux RUN apk update
RUN apk add --no-cache tmux coreutils
WORKDIR /usr/src/app WORKDIR /usr/src/app