mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix: revert to 14.15.0 until 15 is stable for tsc
Fixes #691 Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
15.1.0
|
||||
14.15.0
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
# Build the source code
|
||||
FROM node:15.0.1-alpine3.12 AS builder
|
||||
FROM node:14.15.0-alpine3.12 AS builder
|
||||
|
||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
||||
|
||||
@@ -14,7 +14,7 @@ COPY src/ src/
|
||||
RUN npm run build
|
||||
RUN npm prune --production
|
||||
|
||||
FROM node:15.0.1-alpine3.12
|
||||
FROM node:14.15.0-alpine3.12
|
||||
|
||||
RUN apk add --no-cache chromium
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ getting `streetmerchant` running!
|
||||
|
||||
### Installation: native
|
||||
|
||||
- [Node.js 15](https://nodejs.org/en/)
|
||||
- [Node.js 14](https://nodejs.org/en/)
|
||||
- [git](https://git-scm.com/)
|
||||
- Clone this project `git clone https://github.com/jef/streetmerchant.git`
|
||||
- Run `npm install`
|
||||
|
||||
Generated
+16
-11646
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user