mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
5 lines
54 B
Docker
5 lines
54 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./dist /usr/share/nginx/html
|
|
|