1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

chore: copy sas exe script extracted common

This commit is contained in:
Saad Jutt
2021-11-16 06:12:22 +05:00
parent 44fe149ed8
commit b20d6ec59c
6 changed files with 36 additions and 55 deletions

View File

@@ -4,6 +4,7 @@ COPY ["package.json","package-lock.json", "./"]
RUN npm ci
COPY ./api .
COPY ./certificates ../certificates
COPY ./sas_exe ../sas_exe
# RUN chown -R node /usr/server/api
# USER node
CMD ["npm","start"]