mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Merge branch 'master' of https://github.com/Kugelschieber/schnittfest
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang AS build
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y curl && \
|
||||
curl -sL https://deb.nodesource.com/setup_13.x -o nodesource_setup.sh && bash nodesource_setup.sh && \
|
||||
curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh && bash nodesource_setup.sh && \
|
||||
apt-get install -y nodejs
|
||||
WORKDIR /go/src/github.com/Kugelschieber/schnittfest
|
||||
COPY . .
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"author": "Marvin Blum, Daniel Schramm",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.13.0"
|
||||
"node-sass": "^4.14.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user