Skip to content

Commit

Permalink
Deploy in docker container (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed May 18, 2024
1 parent 7db2b69 commit c984bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY config/.htaccess /var/www/dkg
EXPOSE 80
EXPOSE 443

CMD /bin/bash -c "envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
CMD envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf && 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": "dkg-frontend",
"version": "0.6.5",
"version": "0.6.6",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c984bab

Please sign in to comment.