mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 21:59:03 +00:00
Remove legacy docker configuration
This commit is contained in:
parent
cb163624cf
commit
498b21d2d1
2 changed files with 0 additions and 14 deletions
|
@ -1 +0,0 @@
|
|||
.gitignore
|
13
Dockerfile
13
Dockerfile
|
@ -1,13 +0,0 @@
|
|||
FROM node:slim as build
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --no-audit --progress=false --omit=dev
|
||||
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
FROM theorangeone/website-server:latest
|
||||
|
||||
COPY --from=build ./public /srv
|
Loading…
Reference in a new issue