mirror of
https://github.com/standardnotes/app
synced 2026-08-02 03:18:08 -04:00
5 lines
54 B
Docker
5 lines
54 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./dist /usr/share/nginx/html
|
|
|