mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:34:38 -05:00
Do not copy root on proxy dockerfile
This commit is contained in:
parent
b0d75415f3
commit
a2d4091a38
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ RUN mkdir -p /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
RUN npm install --frozen-lockfile
|
RUN npm install --frozen-lockfile
|
||||||
COPY ./ ./
|
# COPY ./ ./
|
||||||
COPY p/server.js ./
|
COPY p/server.js ./
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
Loading…
Reference in a new issue