cleanup .devcontainers
This commit is contained in:
parent
1edf28aba7
commit
bc536ab298
2 changed files with 2 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04
|
||||
|
||||
# ARG USER=vscode
|
||||
# ARG DEBIAN_FRONTEND=noninteractive
|
||||
# RUN usermod -s /usr/bin/zsh ${USER}
|
||||
|
||||
# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
|
||||
ARG VARIANT=hugo_extended
|
||||
# VERSION can be either 'latest' or a specific version number
|
||||
|
|
@ -28,4 +24,4 @@ RUN case ${VERSION} in \
|
|||
mv hugo /usr/bin/hugo
|
||||
|
||||
# Hugo dev server port
|
||||
EXPOSE 1313
|
||||
EXPOSE 1313
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@
|
|||
"ghcr.io/devcontainers/features/hugo:1": {},
|
||||
"ghcr.io/devcontainers/features/node:1": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue