Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ RUN npm ci

COPY . .

# Build for OSS edition by default, can be overridden with build args
ARG NEXT_PUBLIC_OPSORCH_EDITION=oss
ENV NEXT_PUBLIC_OPSORCH_EDITION=${NEXT_PUBLIC_OPSORCH_EDITION}

# Build the application
RUN npm run build

Expand Down Expand Up @@ -59,4 +55,4 @@ ENV PORT=3000
ENV HOSTNAME="0.0.0.0"

# Start the application
CMD ["node", "server.js"]
CMD ["node", "server.js"]
109 changes: 0 additions & 109 deletions LICENSE-ENTERPRISE

This file was deleted.

Loading
Loading