mirror of
https://github.com/sasjs/server.git
synced 2026-03-10 01:18:09 +00:00
chore: docker bind mount + sasjs/cli in container
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM node:lts-alpine
|
||||
RUN npm install -g @sasjs/cli
|
||||
WORKDIR /usr/server/
|
||||
COPY . .
|
||||
RUN cd web && npm ci --silent
|
||||
|
||||
Reference in New Issue
Block a user