4 lines
91 B
Docker
4 lines
91 B
Docker
FROM schoolsinmotion/webapp:build-and-test
|
|
COPY static/ static/
|
|
COPY constants/ constants/
|