Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
park0605 authored Apr 14, 2023
1 parent 4251593 commit 273bc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallpad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /share
RUN apk add --no-cache jq npm make gcc g++ python3 linux-headers udev \
&& npm init -f

WORKDIR /
#WORKDIR /
COPY package.json /
RUN npm install

Expand Down

0 comments on commit 273bc79

Please sign in to comment.