cleanup .devcontainers

This commit is contained in:
Christian Bräunlich 2024-09-01 08:37:10 +00:00
parent 1edf28aba7
commit bc536ab298
2 changed files with 2 additions and 6 deletions

View file

@ -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