mirror of
https://gitlab.com/djdietrick/docs
synced 2026-05-03 00:20:54 -04:00
Added dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node AS build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN npm install && npm run build
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT [ "npm", "run", "serve"]
|
||||
Reference in New Issue
Block a user