Aktualizovat Dockerfile
All checks were successful
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Successful in 1m42s

This commit is contained in:
michuk 2025-06-22 16:44:50 +02:00
parent 9cd60d299b
commit 8776280950

View File

@ -2,5 +2,6 @@ FROM node:22-slim
WORKDIR /app
COPY . .
RUN npm install --ignore-scripts
RUN npm install raknet-native
EXPOSE 3000
CMD ["npm", "run", "start"]