mirror of
https://github.com/jhd3197/ServerKit.git
synced 2026-04-26 08:25:59 +03:00
[GH-ISSUE #22] Docker deployment missing dist folder #2
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ServerKit#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SKJoy on GitHub (Mar 1, 2026).
Original GitHub issue: https://github.com/jhd3197/ServerKit/issues/22
Docker file =
frontend/Dockerfile@jhd3197 commented on GitHub (Mar 1, 2026):
Hey @SKJoy! Can you try again? I recently pushed a fix for the Docker build. That said I honestly dont really recommend running ServerKit through Docker, the latest patch fixes the build but a lot of features wont work since a container isnt a real Linux VM. Things like firewall management, service control, cron jobs, SSL certificates, FTP, and system user management all need direct access to the OS that a container cant provide. You'll get the best experience running it directly on a VPS.