Skip to content

Commit

Permalink
Merge pull request #52 from DataDog/devin.ford/crying
Browse files Browse the repository at this point in the history
Typo Fix
  • Loading branch information
devindford authored Apr 11, 2023
2 parents c26243d + f70f1eb commit 40c69ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]
paths:
- services/frontend/**
workflow_dispatch:gs
workflow_dispatch:
branches: [ main ]

defaults:
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM node:16.18.0 as builder
WORKDIR /storedog-app
COPY . .
EXPOSE 3000
RUN ["yarn","install", "--frozen-lockfile", "--network-timeout 1000000"]
RUN ["yarn","install", "--frozen-lockfile", "--network-timeout 1000000"]

0 comments on commit 40c69ac

Please sign in to comment.