Chore: Seasoned api src files #134

Merged
KevinMidboe merged 9 commits from chore/seasoned_api-src-files into master 2022-08-19 08:05:00 +00:00
Showing only changes of commit 4204515e91 - Show all commits

View File

@@ -1,11 +1,13 @@
FROM node:18
RUN mkdir -p /opt/seasonedShows/seasoned_api
RUN mkdir -p /opt/seasonedShows/src
WORKDIR /opt/seasonedShows
COPY seasoned_api/ seasoned_api
COPY src/ src
COPY configurations/ configurations
COPY package.json .
COPY yarn.lock .
RUN apt update
RUN apt install node-pre-gyp -y