This website requires JavaScript.
Explore
Help
Sign In
pwrpln
/
auth-api
Watch
3
Star
0
Fork
0
You've already forked auth-api
Code
Pull Requests
Actions
Releases
Activity
3dc377b82a
auth-api
/
tests
/
Dockerfile
11 lines
104 B
Docker
Raw
Normal View
History
Unescape
Escape
Upgrades Better resilience against crashes Even better resilience against crashes Fixed stuff Renamed API service Fixed some paths Simplified error handling Updated README
2021-09-04 16:24:48 +02:00
FROM
node:16.8.0-slim
Added tests to docker-compose
2021-06-23 22:59:27 +02:00
WORKDIR
/srv
COPY
package* ./
RUN
npm ci
COPY
. ./
CMD
[
"npm"
,
"run"
,
"test"
]
Copy Permalink