Skip to content

Commit

Permalink
fix - correct dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EricThuaud authored May 18, 2024
1 parent 663867e commit a2d1d1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ USER nginx

# Start Nginx server
ENTRYPOINT sh -c "./entrypoint.sh && nginx -g 'daemon off;'"
RUN chmod +x entrypoint.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platine-my-surveys",
"version": "0.2.21",
"version": "0.2.22",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
Expand Down

0 comments on commit a2d1d1f

Please sign in to comment.