Skip to content

Commit

Permalink
Merge pull request #125 from Inist-CNRS/services/data-wrapper/fix-config
Browse files Browse the repository at this point in the history
[data-wrapper] add missing config modification

I don't deploy it, as only the production config is changed. It is already deployed.
  • Loading branch information
parmentf authored Jul 15, 2024
2 parents 6253fcb + d212a16 commit c75d558
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions services/data-wrapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ RUN npm install \
WORKDIR /app/public
# Declare files to copy in .dockerignore
COPY --chown=daemon:daemon . /app/public/
RUN chmod a+w /app/public/config.json && mv /app/public/config.json /app

# Remove test files from ezs-python-saxon-server
RUN rm /app/public/parse.*
2 changes: 1 addition & 1 deletion services/data-wrapper/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ws-data-wrapper@1.3.5
# ws-data-wrapper@1.3.6

Conversions en fichier corpus compressé

Expand Down
2 changes: 1 addition & 1 deletion services/data-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ws-data-wrapper",
"version": "1.3.5",
"version": "1.3.6",
"description": "Conversions en fichier corpus compressé",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion services/data-wrapper/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "data-wrapper - Conversions en fichier corpus compressé",
"summary": "Les fichiers corpus compressés sont compatibles avec tous les traitements TDM dédiés aux corpus (services web asynchrone)",
"version": "1.3.5",
"version": "1.3.6",
"termsOfService": "https://services.istex.fr/",
"contact": {
"name": "Inist-CNRS",
Expand Down

0 comments on commit c75d558

Please sign in to comment.