mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-02-26 16:53:06 +00:00
add basic docker file
This commit is contained in:
parent
1fef2bd7d8
commit
d9c13dd6a1
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM node:18
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "run", "serve"]
|
||||
Loading…
x
Reference in New Issue
Block a user