chore: dockerfile cleanup
This commit is contained in:
parent
9d3acc4786
commit
81afcce69b
@ -17,7 +17,7 @@ RUN yarn plugin import workspace-tools
|
||||
|
||||
# Install Dependencies
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
RUN yarn rebuild
|
||||
|
||||
# Remove git files
|
||||
RUN rm -rf .git
|
||||
|
@ -27,7 +27,7 @@ services:
|
||||
|
||||
db:
|
||||
restart: always
|
||||
image: docker.io/postgres:12.2-alpine
|
||||
image: docker.io/postgres:13.9-alpine
|
||||
networks:
|
||||
- network
|
||||
env_file:
|
||||
|
@ -29,7 +29,7 @@ services:
|
||||
|
||||
db:
|
||||
restart: unless-stopped
|
||||
image: docker.io/postgres:12.2-alpine
|
||||
image: docker.io/postgres:13.9-alpine
|
||||
networks:
|
||||
- calcnet
|
||||
env_file:
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
//#region Detect language & fetch translations
|
||||
const v = localStorage.getItem('v') || VERSION;
|
||||
|
||||
|
||||
const supportedLangs = LANGS;
|
||||
let lang = localStorage.getItem('lang');
|
||||
if (lang == null || !supportedLangs.includes(lang)) {
|
||||
|
Loading…
Reference in New Issue
Block a user