Skip to content
Snippets Groups Projects
Commit 1d147c37 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

update

parent 0b591508
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ services:
ports:
- 3000:3000
restart: always
volumes:
- ./static:/app/static
env_file:
- .env
environment:
......
......@@ -5,6 +5,7 @@ const assets = express.static("static");
const configureServer = (server=>{
server.middlewares.use(assets as any);
console.log(__dirname);
}) as Plugin["configureServer"];
export const staticFileServer = ()=>({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment