Skip to content

Commit

Permalink
Fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 16, 2023
1 parent cb5916d commit 8d48d8c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deploy/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,13 @@ FROM build-deps-get AS prod-release
COPY priv ./priv

# Install JavaScript deps using npm
WORKDIR "${APP_DIR}/assets"
COPY assets/package.jso[n] ./
COPY assets/package-lock.jso[n] ./
COPY assets/tailwind.config.j[s] ./
COPY assets/package.jso[n] ./assets
COPY assets/package-lock.jso[n] ./assets
COPY assets/tailwind.config.j[s] ./assets

RUN npm install
RUN cd assets && npm install

# WORKDIR "${APP_DIR}/assets"

WORKDIR $APP_DIR

Expand Down

0 comments on commit 8d48d8c

Please sign in to comment.