mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +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
|