Skip to content

Commit

Permalink
chore: Align files with linters
Browse files Browse the repository at this point in the history
  • Loading branch information
InCogNiTo124 committed Sep 23, 2024
1 parent 06dce41 commit 07cd33e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ADD . .
RUN yarn install
RUN yarn build

FROM node:20.13.1-alpine3.18 as prod-stage
FROM node:20.13.1-alpine3.18 AS prod-stage
RUN yarn global add serve
COPY package.json yarn.lock .
COPY package.json yarn.lock ./
RUN yarn install --prod
COPY --from=build-stage /orbit/dist /dist
EXPOSE 6090
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '3'
services:
orbit:
container_name: orbit
restart: always
restart: always

0 comments on commit 07cd33e

Please sign in to comment.