mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
simplify the dockerfile and move it to a separate file
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
EXPOSE 4000
|
||||
Reference in New Issue
Block a user