Skip to content

Commit

Permalink
Upgrading to @q/b3 (#59)
Browse files Browse the repository at this point in the history
* Upgraded to @q/b 3

* Build with Simpler Process
  • Loading branch information
gja authored Feb 6, 2019
1 parent 2a35e77 commit 4a08b92
Show file tree
Hide file tree
Showing 7 changed files with 16,565 additions and 16,311 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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
Expand All @@ -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 && \
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@quintype/build/config/babel");
Loading

0 comments on commit 4a08b92

Please sign in to comment.