Skip to content

Commit 1b9cd1b

Browse files
authored
Merge pull request #213 from jgwerner/use-copy
chore: Udpate node, replace add with copy
2 parents d1334b0 + 7041173 commit 1b9cd1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM node:10-alpine
1+
FROM node:12.13-alpine
22

3-
EXPOSE 8000
3+
LABEL maintainer="Jupyter Project <[email protected]>"
44

55
# Useful tools for debugging
66
RUN apk add --no-cache jq curl
77

8-
ADD . /srv/configurable-http-proxy
8+
RUN mkdir -p /srv/configurable-http-proxy
9+
COPY . /srv/configurable-http-proxy
910
WORKDIR /srv/configurable-http-proxy
1011
RUN npm install -g
1112

0 commit comments

Comments
 (0)