Skip to content

Commit

Permalink
Bump version to 2.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudrie committed Jul 23, 2022
1 parent 2a06c60 commit abea226
Show file tree
Hide file tree
Showing 5 changed files with 2,563 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN pnpm install && pnpm build
# Create the image which runs the server
#
# =============================================
FROM alpine:3
FROM alpine:3 as production

# Installs latest Chromium package, NodeJS and pnpm.
RUN apk add --no-cache \
Expand Down
3 changes: 1 addition & 2 deletions client/craco.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const CracoAlias = require('craco-alias');
const HtmlWebpackPlugin = require('html-webpack-plugin');

const path = require('path');
const fs = require('fs');
Expand Down Expand Up @@ -49,7 +48,7 @@ module.exports = {
(plugin) => plugin.constructor.name !== 'ModuleScopePlugin'
);

config.output.publicPath = isEnvProduction ? '/#{ROUTE_PREFIX}' : '/';
config.output.publicPath = isEnvProduction ? '${ROUTE_PREFIX}' : '/';

return config;
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.3.3",
"version": "2.3.6",
"engines": {
"node": ">=14",
"pnpm": ">=5"
Expand Down
Loading

0 comments on commit abea226

Please sign in to comment.