diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ed785b5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotenv.enableAutocloaking": false +} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 3dc0e6b..a3e9974 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,6 @@ RUN npm run build COPY ./.env ./dist/.env +COPY ./images/ ./dist/images/ + CMD bash start.sh \ No newline at end of file