Skip to content

Commit

Permalink
fix (dockerfile syntax) and upgrade to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibonne Fabrice committed Nov 15, 2024
1 parent 28175d8 commit 707dc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ COPY --from=builder --chown=$NGINX_USER:$NGINX_GROUP /bauhaus/nginx.conf /etc/ng

# Add entrypoint and start nginx server
RUN chmod 755 /usr/share/nginx/html/vite-envs.sh
ENTRYPOINT nginx -g 'daemon off;'
ENTRYPOINT ["nginx", "-g", "daemon off;"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bauhaus",
"version": "4.1.3",
"version": "4.1.4",
"type": "module",
"description": "Web application for the management of concepts, classifications and other statistical objects",
"repository": {
Expand Down

0 comments on commit 707dc9c

Please sign in to comment.