Tweaks and backend vscode settings

This commit is contained in:
Jamie Curnow
2020-02-25 13:34:23 +10:00
parent b7e1e4fd9e
commit 7afacebc92
2 changed files with 8 additions and 1 deletions

8
backend/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

View File

@ -30,7 +30,6 @@ RUN /tmp/install-s6 "${TARGETPLATFORM}" && rm -f /tmp/install-s6
EXPOSE 80
EXPOSE 81
EXPOSE 443
EXPOSE 9876
COPY docker/rootfs /
ADD backend /app