9
js/Dockerfile
Normal file
9
js/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:10
|
||||
|
||||
LABEL maintainer="tcit"
|
||||
|
||||
COPY docker/entrypoint.sh /bin/entrypoint
|
||||
|
||||
WORKDIR /app/js
|
||||
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user