chore: update Dockerfile and rename build script for multi-architecture support

This commit is contained in:
MauroDruwel
2026-05-23 11:34:54 +02:00
parent 345a64f51a
commit 98d13c6569
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
# Docker File for Open Ticket v4
# Docker File for Open Ticket
FROM node:22-alpine
# /home/container keeps Pterodactyl panel compatibility
# chown the workdir so node user can create/remove subdirectories
RUN mkdir -p /home/container && chown node:node /home/container
WORKDIR /home/container
# Install dependencies