mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-07 09:21:35 +00:00
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 |