3 lines
125 B
Docker
3 lines
125 B
Docker
FROM devforth/spa-to-http:1.0.6
|
|
# keep in mind `dist/` is the context, so `./` refers to the files within `dist/`:
|
|
COPY ./ ./ |