Updated COPY and RUN commands for new project dir structure
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
FROM node:18
|
FROM node:18
|
||||||
|
|
||||||
RUN mkdir -p /opt/seasonedShows/seasoned_api
|
RUN mkdir -p /opt/seasonedShows/src
|
||||||
|
|
||||||
WORKDIR /opt/seasonedShows
|
WORKDIR /opt/seasonedShows
|
||||||
|
|
||||||
COPY seasoned_api/ seasoned_api
|
COPY src/ src
|
||||||
|
COPY configurations/ configurations
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
COPY yarn.lock .
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install node-pre-gyp -y
|
RUN apt install node-pre-gyp -y
|
||||||
|
|||||||
Reference in New Issue
Block a user