mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
I'm experiencing non-determinstic behaviour when I configure a repsitory which does not exist on dockerhub or is not part of the schoolsinmotion organization. Therefore I'm going to use a tag `bare` for the base images.
4 lines
81 B
Docker
4 lines
81 B
Docker
FROM schoolsinmotion/webapp:bare
|
|
COPY static/ static/
|
|
COPY constants/ constants/
|