Skip to content

Commit

Permalink
fix(storage-server): dockerfile from
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 28, 2022
1 parent 7777ca4 commit af63854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/service/storage-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=lts
FROM node:${NODE_VERSION} as build
FROM docker.io/library/node:${NODE_VERSION} as build

WORKDIR /app

Expand All @@ -18,7 +18,7 @@ RUN ls -lahF ${DIST}

# ---

FROM node:${NODE_VERSION}
FROM docker.io/library/node:${NODE_VERSION}

WORKDIR /app

Expand Down

0 comments on commit af63854

Please sign in to comment.