forked from Kispi/Core
7 lines
74 B
Docker
7 lines
74 B
Docker
|
FROM steebchen/nginx-spa:stable
|
||
|
|
||
|
COPY dist/ /app
|
||
|
|
||
|
EXPOSE 80
|
||
|
|
||
|
CMD ["nginx"]
|