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
27
pulls
pipelines
remove sleep logic for appview
awarm.space
6 months ago
03985522
783ea2a6
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
Dockerfile
+1
-1
appview/Dockerfile
···
9
9
# copy rest and build
10
10
COPY . /code/.
11
11
RUN npm run build-appview
12
12
-
CMD ["timeout", "2h", "node", "/code/appview/dist/index.js"]
12
12
+
CMD ["node", "/code/appview/dist/index.js"]