Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -44,6 +44,8 @@ COPY ./meme_generator /app/meme_generator
|
|
44 |
|
45 |
COPY ./docker/config.toml.template /app/config.toml.template
|
46 |
COPY ./docker/start.sh /app/start.sh
|
|
|
|
|
47 |
RUN chmod +x /app/start.sh
|
48 |
|
49 |
CMD ["/app/start.sh"]
|
|
|
44 |
|
45 |
COPY ./docker/config.toml.template /app/config.toml.template
|
46 |
COPY ./docker/start.sh /app/start.sh
|
47 |
+
RUN mkdir -p /.config
|
48 |
+
RUN chmod -R 777 /.config
|
49 |
RUN chmod +x /app/start.sh
|
50 |
|
51 |
CMD ["/app/start.sh"]
|