V13 main.js path compatibility + docker image enhancements.
Build foundry vtt docker image and push to registry / docker (push) Successful in 2m27s
Build foundry vtt docker image and push to registry / docker (push) Successful in 2m27s
Preparing environment for building different Foundry dockers using a build argument to choose which node base image is being applied. Not strictly required right now, but might be useful in the future.
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM node:20-alpine
|
||||
ARG NODE_IMAGE_VERSION=20-alpine
|
||||
FROM node:${NODE_IMAGE_VERSION}
|
||||
LABEL maintainer="crovaxon"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user