forked from noxious/server
Updated Dockerfile
This commit is contained in:
parent
9a5aa9a53d
commit
10c8e493a7
@ -1,7 +1,8 @@
|
||||
FROM node:23.7.0-alpine
|
||||
FROM node:lts-alpine
|
||||
|
||||
# Install tmux
|
||||
RUN apk add --no-cache tmux
|
||||
# Install packages
|
||||
RUN apk update
|
||||
RUN apk add --no-cache tmux coreutils
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user