Skip to content

Commit 40c69ac

Browse files
authored
Merge pull request #52 from DataDog/devin.ford/crying
Typo Fix
2 parents c26243d + f70f1eb commit 40c69ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66
paths:
77
- services/frontend/**
8-
workflow_dispatch:gs
8+
workflow_dispatch:
99
branches: [ main ]
1010

1111
defaults:

services/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM node:16.18.0 as builder
22
WORKDIR /storedog-app
33
COPY . .
44
EXPOSE 3000
5-
RUN ["yarn","install", "--frozen-lockfile", "--network-timeout 1000000"]
5+
RUN ["yarn","install", "--frozen-lockfile", "--network-timeout 1000000"]

0 commit comments

Comments
 (0)