Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpavageauekino committed Oct 29, 2024
1 parent 4e3f73b commit 68c415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN sed -i 's/{{COLOR}}/'"$COLOR"'/g' /usr/share/nginx/html/content.json

RUN /usr/sbin/nginx -t

CMD nginx -g 'daemon off;'
CMD ["nginx", "-g", "'daemon off;'"]
EXPOSE 80 8080

0 comments on commit 68c415e

Please sign in to comment.