Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Jun 10, 2024
1 parent 5ac6a9f commit 7653e40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .docker/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,6 @@ COPY ./nodejs-poolcontroller-dashpanel ./
RUN npm ci
RUN npm run build

# Third stage for relayEquipmentManager
# FROM node:lts-alpine AS build-rem

# Create the app directory and set ownership for relayEquipmentManager
# RUN mkdir -p /app/relayEquipmentManager && chown node:node /app/relayEquipmentManager

# Set the working directory for relayEquipmentManager
# WORKDIR /app/relayEquipmentManager

# Copy the source code and necessary files for relayEquipmentManager
# COPY ./relayEquipmentManager ./

# Install dependencies and build relayEquipmentManager
# RUN npm ci
# RUN npm run build

# Fourth stage for the final combined image
FROM node:lts-alpine AS final

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-njsPC-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
file: ./.docker/Dockerfile.linux
push: true
tags: |
tagyoureit/njspc-njspcdp-combined-app:latest
tagyoureit/njspc-dp-combined-app:latest

# - name: Build and push njsPC Linux Docker image (x86_64)
Expand Down

0 comments on commit 7653e40

Please sign in to comment.