Update Dockerfile

This commit is contained in:
CL TheDreWen
2025-11-28 14:13:42 +01:00
committed by GitHub
parent ecb12f12b7
commit 3d2a1125b3

View File

@@ -5,7 +5,7 @@ WORKDIR /app
COPY . . COPY . .
RUN apt-get update && apt-get install -y iputils-ping RUN apt-get update && apt-get install -y iputils-ping
RUN npm i RUN npm clean-install
# RUN npm run register # RUN npm run register