Added jekyll now dev container
This commit is contained in:
Родитель
401821e282
Коммит
9740f94100
|
@ -0,0 +1,17 @@
|
|||
#-----------------------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License. See LICENSE in the project root for license information.
|
||||
#-----------------------------------------------------------------------------------------
|
||||
|
||||
FROM ruby:2
|
||||
|
||||
# Install git, process tools
|
||||
RUN apt-get update && apt-get -y install git procps
|
||||
|
||||
# Clean up
|
||||
RUN apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install jekyll
|
||||
RUN gem install github-pages
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Jekyll Now",
|
||||
"dockerFile": "Dockerfile",
|
||||
"appPort": [
|
||||
4000
|
||||
],
|
||||
"extensions": [
|
||||
"mrmlnc.vscode-scss"
|
||||
]
|
||||
}
|
Загрузка…
Ссылка в новой задаче