Added docker container to run grunt; updated workdir paths in docker containers
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
FROM node:20
|
||||
FROM node:24
|
||||
|
||||
WORKDIR /app
|
||||
WORKDIR /usr/src/leviathan
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
VOLUME /app/node_modules
|
||||
VOLUME /usr/src/leviathan/node_modules
|
||||
|
||||
COPY . ./
|
||||
|
||||
|
Reference in New Issue
Block a user