Skip to content

Commit

Permalink
add right to dockerfile & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelMenet committed Apr 18, 2024
1 parent 67579ac commit 05c5701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ EXPOSE 8080
USER nginx

# Start Nginx server
ENTRYPOINT sh -c "./vite-envs.sh && nginx -g 'daemon off;'"
ENTRYPOINT sh -c "./vite-envs.sh && nginx -g 'daemon off;'"
RUN chmod -R 777 vite-envs.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonor",
"private": true,
"version": "2.0.31",
"version": "2.0.32",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 05c5701

Please sign in to comment.