19 Commits

Author SHA1 Message Date
IRHM 70f59697d3 Dockerfile: Add comment to server copy command 2026-03-01 22:38:51 +00:00
IRHM 22f77aa142 build: Fix dockerfile server job not copying in packages 2026-03-01 22:38:01 +00:00
IRHM d89252c4fe Dockerfile: Update backend base image to golang 1.25
going to update to 1.26 another day
2026-03-01 20:58:41 +00:00
IRHM 749808cd70 Dockerfile: Fix COPY requiring trailing slash on dest dir 2026-03-01 20:57:34 +00:00
IRHM 99be784453 server: Upgrade to go 1.24 2025-05-17 19:33:07 +01:00
IRHM e7ff4b7a4e Dockerfile: Ignore scripts when installing dependencies for runner layer
Fixes issue with new `prepare` script that we added for sveltekit, would always error here since we don't have any dev dependencies in this step for the command to work.

Also made the comments for each section bigger for readability (makes it easier to scan for where sections are).
2025-01-17 19:47:37 +00:00
IRHM c05c271e1b Dockerfile: update backend image to golang:1.22-alpine
becuase we use go 1.22 now
2024-07-13 23:10:11 +01:00
IRHM f1f26d0f57 Dockerfile: Copy game module 2024-02-10 19:54:18 +00:00
IRHM c4fa99b5aa Fix dockerfile server build for musl
Workaround from gh issue seems to fix the issue of build failing
2023-12-09 22:28:22 +00:00
IRHM 4a50de48f0 Dockerfile: Copy in arr package 2023-11-16 00:58:29 +00:00
IRHM fab012ae09 move to alpine base images
image is half of original size now too very nice - 500MB -> 1.2GB -> 200MB
2023-11-02 00:18:40 +00:00
IRHM a3559381bd omit dev dependencies in runner step 2023-11-01 23:48:23 +00:00
IRHM 6a461af848 use node:20 as base image for runner step
updated ui builder step to node:20 too
2023-11-01 22:20:05 +00:00
IRHM c06609cc2e Dockerfile: Use golang 1.21 2023-08-18 21:37:26 +01:00
IRHM 2f2ed4ee4e Run debian 12 in runner dockerfile step 2023-07-13 23:54:24 +01:00
IRHM 80b808c39e Go back to adapter-node and run it in backend
proxies requests to it
2023-06-01 02:44:41 +01:00
IRHM 23164858f8 Combine separated docker images into one
Server now also serves the frontend in production
2023-05-31 22:55:57 +01:00
IRHM 1fa3b74e47 wip: both dockerfiles
server broken.. cant find file err
2023-04-09 11:17:11 +01:00
IRHM cca5b214c6 Start work on dockerfile and use adapter-node in svelte cfg 2023-04-08 22:46:35 +01:00