Merge branch 'hotfix/2.1.1'
This commit is contained in:
@@ -33,7 +33,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
# making sure the production server does not use mock auth
|
# making sure the production server does not use mock auth
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV USE_MOCK_AUTH=false
|
|
||||||
|
|
||||||
COPY --from=builder /app/public/* /app/public/
|
COPY --from=builder /app/public/* /app/public/
|
||||||
# this file is required for the pdfjs-dist package
|
# this file is required for the pdfjs-dist package
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "evidencija-rezija",
|
"name": "evidencija-rezija",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.14.0",
|
"@emotion/react": "^11.14.0",
|
||||||
"@emotion/styled": "^11.14.1",
|
"@emotion/styled": "^11.14.1",
|
||||||
|
|||||||
@@ -58,5 +58,5 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.17.0"
|
"node": ">=18.17.0"
|
||||||
},
|
},
|
||||||
"version": "2.1.0"
|
"version": "2.1.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user