1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-08 15:10:40 +02:00

Fixed config for Docker image (issue #14).

This commit is contained in:
Chung Leong
2019-01-27 01:03:02 +01:00
parent 4cbcd4c5b0
commit d2808c145b
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM node:8
WORKDIR /opt/starwars
WORKDIR /opt/example
# install dependencies
COPY package.json ./

1
package-lock.json generated
View File

@@ -6384,7 +6384,6 @@
"version": "16.6.3",
"resolved": "https://registry.npmjs.org/react/-/react-16.6.3.tgz",
"integrity": "sha512-zCvmH2vbEolgKxtqXL2wmGCUxUyNheYn/C+PD1YAjfxHC54+MhdruyhO7QieQrYsYeTxrn93PM2y0jRH1zEExw==",
"dev": true,
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",

View File

@@ -37,7 +37,6 @@
"moment": "^2.23.0",
"node-sass": "^4.5.3",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-html-parser": "^2.0.2",
"regenerator-runtime": "^0.12.0",
"relaks": "^1.1.9",
@@ -57,6 +56,7 @@
"dnscache": "^1.0.1",
"express": "^4.16.3",
"express-cache-controller": "^1.1.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"schedule": "^0.5.0",
"spider-detector": "^1.0.18"

View File

@@ -116,6 +116,7 @@ var cordovaConfig = {
new HtmlWebpackPlugin({
template: Path.resolve(`./src/index.html`),
filename: 'index.html',
cordova: true,
}),
new ExtractTextPlugin('styles.css'),
],