🚏 Updated WORKDIR in Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM node:12-alpine
|
||||
|
||||
# Working directory
|
||||
WORKDIR /app
|
||||
WORKDIR /comicvine-service
|
||||
# Install dependencies
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --silent
|
||||
|
||||
Reference in New Issue
Block a user