We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031768d commit ed73102Copy full SHA for ed73102
Dockerfile
@@ -3,6 +3,7 @@
3
# production) when container is executed.
4
5
FROM node:8.2.1
6
+RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
7
LABEL app="tc-bus-api" version="1.0"
8
RUN apt-get update
9
WORKDIR /opt/app
0 commit comments