Skip to content

Commit

Permalink
lint(cloud/container): dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 18, 2023
1 parent fa0192c commit 827b85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud/container/alwatr-pwa.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . .
RUN yarn install --frozen-lockfile --non-interactive --production false;

# Build all ts files
RUN yarn build:ts;
RUN yarn build:ts

# Build target package
ARG PACKAGE_SOURCE
Expand Down
2 changes: 1 addition & 1 deletion cloud/container/alwatr-services.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
RUN yarn install --frozen-lockfile --non-interactive --production false;

# Build all ts files
RUN yarn build:ts;
RUN yarn build:ts

# Build target package
ARG PACKAGE_SOURCE
Expand Down

0 comments on commit 827b85c

Please sign in to comment.