Merge pull request #518 from getmaxun/core-rm
chore(docker): !copy `maxun-core` during build
This commit is contained in:
@@ -4,7 +4,6 @@ WORKDIR /app
|
||||
|
||||
# Copy package files
|
||||
COPY package*.json ./
|
||||
COPY maxun-core ./maxun-core
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
@@ -5,7 +5,6 @@ WORKDIR /app
|
||||
|
||||
# Install node dependencies
|
||||
COPY package*.json ./
|
||||
COPY maxun-core ./maxun-core
|
||||
COPY src ./src
|
||||
COPY public ./public
|
||||
COPY server ./server
|
||||
|
||||
Reference in New Issue
Block a user