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 007d34f994 - Show all commits

View File

@@ -10,7 +10,7 @@ COPY package.json .
RUN apt update
RUN apt install node-pre-gyp -y
RUN yarn
RUN cp seasoned_api/conf/development.json.example seasoned_api/conf/development.json
RUN cp configurations/development.json.example configurations/development.json
EXPOSE 31459