Configure endpoint for healthcheck

This commit is contained in:
Layla 2020-05-01 17:43:26 -04:00
parent 5fbbfba593
commit fb236647a3
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -16,7 +16,7 @@ COPY nginx.conf /etc/nginx/conf.d/nginx.conf
RUN rm /etc/nginx/conf.d/default.conf
RUN systemctl start nginx.service
RUN systemctl enable nginx.service
EXPOSE 80/tcp