Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 7dc3805

Browse files
committed
#216 create docker workdir
1 parent 44f59f2 commit 7dc3805

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.dockerignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
client
3+
common
4+
server
5+
docs
6+
test
7+
tools

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM registry.opensource.zalan.do/stups/node:5.10-23
22

33
ENV ZAPPR_HOME /opt/zappr
44

5+
RUN mkdir -p $ZAPPR_HOME
56
WORKDIR $ZAPPR_HOME
67

78
COPY package.json $ZAPPR_HOME

0 commit comments

Comments
 (0)