tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
call node directly
awarm.space
10 months ago
406bf307
e310f3c5
+2
-1
1 changed file
expand all
collapse all
unified
split
appview
Dockerfile
+2
-1
appview/Dockerfile
···
8
8
9
9
# copy rest and build
10
10
COPY . /code/.
11
11
-
CMD ["npm", "run", "start-appview-prod"]
11
11
+
RUN npm run build-appview
12
12
+
CMD ["node", "/code/appview/dist/index.js"]