James@SCF-GC
c8841c8e14
All checks were successful
Schedulord/schedulord-backend/pipeline/head This commit looks good
7 lines
103 B
Docker
7 lines
103 B
Docker
FROM nginx:1.13.1-alpine
|
|
|
|
EXPOSE 80
|
|
|
|
COPY dist /var/www
|
|
# COPY config/nginx.conf /etc/nginx/nginx.conf
|