5 lines
122 B
Docker
5 lines
122 B
Docker
|
FROM nginx:latest
|
||
|
|
||
|
COPY docker/zz-default-nginx.conf /etc/nginx/conf.d/default.conf
|
||
|
COPY frontend/build /var/www/frontend
|