Initial server-stack setup
This commit is contained in:
6
apps/jamesvanboxtel/Dockerfile
Normal file
6
apps/jamesvanboxtel/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json server.js ./
|
||||
RUN npm install
|
||||
EXPOSE 8080
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user