1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/Dockerfile
2022-07-12 20:44:26 +02:00

7 lines
No EOL
74 B
Docker

FROM steebchen/nginx-spa:stable
COPY dist/ /app
EXPOSE 80
CMD ["nginx"]