-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded to @q/b 3 * Build with Simpler Process
- Loading branch information
Showing
7 changed files
with
16,565 additions
and
16,311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:8.11.4-alpine AS build | ||
FROM node:10.15-alpine AS build | ||
|
||
RUN apk update && \ | ||
apk add git | ||
|
@@ -15,7 +15,7 @@ COPY . /app/ | |
RUN git log -n1 --pretty="Commit Date: %aD%nBuild Date: `date --rfc-2822`%n%h %an%n%s%n" > public/round-table.txt && \ | ||
./node_modules/.bin/quintype-build | ||
|
||
FROM node:8.11.4-alpine | ||
FROM node:10.15-alpine | ||
MAINTAINER Quintype Developers <[email protected]> | ||
|
||
RUN apk update && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = require("@quintype/build/config/babel"); |
Oops, something went wrong.