Skip to content
Snippets Groups Projects
Commit 482a4b73 authored by François Agneray's avatar François Agneray
Browse files

#37 done

parent 9b0f2283
No related branches found
No related tags found
2 merge requests!68Develop,!25#37 done
FROM nginx
COPY dist/anis-client /usr/share/nginx/html
\ No newline at end of file
COPY dist/anis-client /usr/share/nginx/html
COPY conf-dev/nginx.conf /etc/nginx/conf.d/default.conf
\ No newline at end of file
server {
listen 80;
server_name localhost;
root /usr/share/nginx/html;
location / {
try_files $uri $uri/ /index.html;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment