mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
c4cfb081e7
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
No EOL
110 B
Docker
9 lines
No EOL
110 B
Docker
FROM node:10
|
|
|
|
LABEL maintainer="tcit"
|
|
|
|
COPY docker/entrypoint.sh /bin/entrypoint
|
|
|
|
WORKDIR /app/js
|
|
|
|
EXPOSE 8080 |