Aktualizovat Dockerfile
All checks were successful
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Successful in 1m42s
All checks were successful
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Successful in 1m42s
This commit is contained in:
parent
9cd60d299b
commit
8776280950
@ -2,5 +2,6 @@ FROM node:22-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install --ignore-scripts
|
RUN npm install --ignore-scripts
|
||||||
|
RUN npm install raknet-native
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
Loading…
Reference in New Issue
Block a user