6 lines
90 B
Docker
6 lines
90 B
Docker
FROM nginx:mainline-alpine
|
|
|
|
COPY ./dist/cic-staff-client /usr/share/nginx/html
|
|
|
|
EXPOSE 80
|