mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
18.10.2024 540da40a3b5af2a31e155c64f56138e8801b7cd3
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
ARG VARIANT=hugo
ARG VARIANT=hugo_extended
# VERSION can be either 'latest' or a specific version number
ARG VERSION=latest