mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
9 lines
110 B
Text
9 lines
110 B
Text
|
FROM node:10
|
||
|
|
||
|
LABEL maintainer="tcit"
|
||
|
|
||
|
COPY docker/entrypoint.sh /bin/entrypoint
|
||
|
|
||
|
WORKDIR /app/js
|
||
|
|
||
|
EXPOSE 8080
|