Skip to content

Commit

Permalink
Update Dockerfile_MAC
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeljacob authored Mar 24, 2024
1 parent 207b1ce commit b02fa7e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Dockerfile_MAC
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ WORKDIR /app
# Copy the Electron application source code into the container
COPY . .


# Stage 2: Final stage (macOS)
# Use a macOS base image to emulate macOS environment
FROM mcr.microsoft.com/vscode/devcontainers/universal:macos

# Copy the application source code and dependencies from the build stage
COPY --from=build /app /app

# Set the working directory to the application directory
WORKDIR /app

# Run the installation process (simulate macOS environment)
RUN yarn electron:build
RUN yarn package-mac

0 comments on commit b02fa7e

Please sign in to comment.