test code-server, remove beets

This commit is contained in:
Alexandre
2020-12-10 12:02:41 +01:00
parent e1c54fba3a
commit 023b04b32a
14 changed files with 59 additions and 188 deletions

7
code-server/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
ARG BUILD_FROM
FROM $BUILD_FROM
# MOFIFY DATA PATH
RUN sed -i "s|config|data|g" /etc/services.d/code-server/run
VOLUME [ "/data" ]