feat: fix deployments once and for all

This commit is contained in:
2022-10-31 21:31:05 +01:00
parent b87c83f197
commit ca37f396fc
2 changed files with 5 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"dotenv.enableAutocloaking": false
}

View File

@@ -16,4 +16,6 @@ RUN npm run build
COPY ./.env ./dist/.env
COPY ./images/ ./dist/images/
CMD bash start.sh